summaryrefslogtreecommitdiff
path: root/linux/src/include/net/p8022tr.h
blob: f4231ecee477331a51e1ae5e63106816a4356795 (plain)
1
2
3
4
5
6
7
8
#ifndef _NET_P8022TR_H
#define _NET_P8022TR_H

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

#endif