patch-2.0.12 linux/include/linux/netrom.h

Next file: linux/include/net/ax25.h
Previous file: linux/include/linux/mm.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.11/linux/include/linux/netrom.h linux/include/linux/netrom.h
@@ -1,3 +1,12 @@
+/*
+ * These are the public elements of the Linux kernel NET/ROM implementation.
+ * For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
+ * definition of the ax25_address structure.
+ */
+ 
+#ifndef	NETROM_KERNEL_H
+#define	NETROM_KERNEL_H
+
 #define PF_NETROM	AF_NETROM
 #define NETROM_MTU	236
 
@@ -45,3 +54,5 @@
 	unsigned int  cmd;
 	unsigned long arg;
 };
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov