11da177e4SLinus Torvalds #ifndef _NET_PSNAP_H 21da177e4SLinus Torvalds #define _NET_PSNAP_H 31da177e4SLinus Torvalds 4*c64b5c4bSJoe Perches struct datalink_proto * 57ca98fa2SStephen Hemminger register_snap_client(const unsigned char *desc, 67ca98fa2SStephen Hemminger int (*rcvfunc)(struct sk_buff *, struct net_device *, 77ca98fa2SStephen Hemminger struct packet_type *, 87ca98fa2SStephen Hemminger struct net_device *orig_dev)); 9*c64b5c4bSJoe Perches void unregister_snap_client(struct datalink_proto *proto); 101da177e4SLinus Torvalds 111da177e4SLinus Torvalds #endif 12