4 #include <linux/config.h>
6 #ifdef CONFIG_DECNET_RAW
8 extern struct proto_ops dn_raw_proto_ops
;
10 extern void dn_raw_rx_nsp(struct sk_buff
*skb
);
11 extern void dn_raw_rx_routing(struct sk_buff
*skb
);
13 #ifdef CONFIG_DECNET_MOP
14 extern void dn_raw_rx_mop(struct sk_buff
*skb
);
15 #endif /* CONFIG_DECNET_MOP */
17 #endif /* CONFIG_DECNET_RAW */
19 #endif /* _NET_DN_RAW_H */