more debug output
[linux-2.4.git] / include / net / p8022.h
1 #ifndef _NET_P8022_H
2 #define _NET_P8022_H
3
4 extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
5 extern void unregister_8022_client(unsigned char type);
6
7 #endif