patch-2.1.20 linux/include/linux/lapbether.h
Next file: linux/include/linux/mm.h
Previous file: linux/include/linux/lapb.h
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Thu Jan  2 15:13:26 1997
-  Orig file: 
v2.1.19/linux/include/linux/lapbether.h
-  Orig date: 
Thu Jan  1 02:00:00 1970
diff -u --recursive --new-file v2.1.19/linux/include/linux/lapbether.h linux/include/linux/lapbether.h
@@ -0,0 +1,19 @@
+#ifndef	__LAPBETHER_H
+#define	__LAPBETHER_H
+
+/*
+ * 	Defines for the LAPBETHER pseudo device driver
+ */
+
+#ifndef __LINUX_IF_ETHER_H
+#include <linux/if_ether.h>
+#endif
+
+#define SIOCSLAPBETHADDR	(SIOCDEVPRIVATE+1)
+ 
+struct lapbeth_ethaddr {
+	unsigned char destination[ETH_ALEN];
+	unsigned char accept[ETH_ALEN];
+};
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov