summaryrefslogtreecommitdiffstats
path: root/include/net/p8022.h
blob: 8b8871c97f6b02cdbf97754557f95ff06d9ac27c (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 net_device *, struct packet_type *));
extern void unregister_8022_client(unsigned char type);

#endif