* better
[mascara-docs.git] / i386 / linux-2.3.21 / include / net / p8022.h
blob8b8871c97f6b02cdbf97754557f95ff06d9ac27c
1 #ifndef _NET_P8022_H
2 #define _NET_P8022_H
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);
7 #endif