|
|
| File: [Development] / linux-2.4-xfs / include / net / p8022.h (download)
Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.4.24pre2 |
#ifndef _NET_P8022_H #define _NET_P8022_H extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *)); extern void unregister_8022_client(unsigned char type); #endif