blob: 78db4cc1306a147ccb178265f265b9fd8e864ed5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _NET_PSNAP_H
2#define _NET_PSNAP_H
3
Joe Perchesc64b5c42013-09-22 10:32:18 -07004struct datalink_proto *
Stephen Hemminger7ca98fa2009-03-20 05:43:14 +00005register_snap_client(const unsigned char *desc,
6 int (*rcvfunc)(struct sk_buff *, struct net_device *,
7 struct packet_type *,
8 struct net_device *orig_dev));
Joe Perchesc64b5c42013-09-22 10:32:18 -07009void unregister_snap_client(struct datalink_proto *proto);
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
11#endif