From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- linux/src/include/net/p8022tr.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 linux/src/include/net/p8022tr.h (limited to 'linux/src/include/net/p8022tr.h') diff --git a/linux/src/include/net/p8022tr.h b/linux/src/include/net/p8022tr.h new file mode 100644 index 0000000..f4231ec --- /dev/null +++ b/linux/src/include/net/p8022tr.h @@ -0,0 +1,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 + -- cgit v1.2.1