summaryrefslogtreecommitdiff
path: root/linux/src/include/net/psnap.h
blob: 49a68f7e9b120dc061bdb5a302516f4eb41aebd3 (plain)
1
2
3
4
5
6
7
#ifndef _NET_PSNAP_H
#define _NET_PSNAP_H

extern struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
extern void unregister_snap_client(unsigned char *desc);

#endif