From 57f0f512b273f60d52568b8c6b77e17f5636edc0 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 5 Aug 2015 17:04:01 -0300 Subject: Initial import --- include/net/p8022.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/net/p8022.h (limited to 'include/net/p8022.h') diff --git a/include/net/p8022.h b/include/net/p8022.h new file mode 100644 index 000000000..05e413838 --- /dev/null +++ b/include/net/p8022.h @@ -0,0 +1,13 @@ +#ifndef _NET_P8022_H +#define _NET_P8022_H +struct datalink_proto * +register_8022_client(unsigned char type, + int (*func)(struct sk_buff *skb, + struct net_device *dev, + struct packet_type *pt, + struct net_device *orig_dev)); +void unregister_8022_client(struct datalink_proto *proto); + +struct datalink_proto *make_8023_client(void); +void destroy_8023_client(struct datalink_proto *dl); +#endif -- cgit v1.2.3-54-g00ecf