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/ipxcall.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 linux/src/include/net/ipxcall.h (limited to 'linux/src/include/net/ipxcall.h') diff --git a/linux/src/include/net/ipxcall.h b/linux/src/include/net/ipxcall.h new file mode 100644 index 0000000..eb5bd2b --- /dev/null +++ b/linux/src/include/net/ipxcall.h @@ -0,0 +1,2 @@ +/* Separate to keep compilation of protocols.c simpler */ +extern void ipx_proto_init(struct net_proto *pro); -- cgit v1.2.1