blob: b2e01cc3fc8a1c892bad42efc008d0c2ba80aa87 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _NET_PSNAP_H
2#define _NET_PSNAP_H
3
David S. Millerf2ccd8f2005-08-09 19:34:12 -07004extern struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *, struct net_device *orig_dev));
Linus Torvalds1da177e2005-04-16 15:20:36 -07005extern void unregister_snap_client(struct datalink_proto *proto);
6
7#endif