summaryrefslogtreecommitdiff
path: root/linux/src/include/net/p8022.h
blob: 03d7c3d6611f468eb87a771215d371be03e77938 (plain)
1
2
3
4
5
6
7
#ifndef _NET_P8022_H
#define _NET_P8022_H

extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct device *, struct packet_type *));
extern void unregister_8022_client(unsigned char type);

#endif