patch-2.3.15 linux/include/linux/atm_suni.h
Next file: linux/include/linux/atm_tcp.h
Previous file: linux/include/linux/atm_nicstar.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Aug 23 09:56:31 1999
- Orig file:
v2.3.14/linux/include/linux/atm_suni.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.14/linux/include/linux/atm_suni.h linux/include/linux/atm_suni.h
@@ -0,0 +1,19 @@
+/* atm_suni.h - Driver-specific declarations of the SUNI driver (for use by
+ driver-specific utilities) */
+
+/* Written 1998 by Werner Almesberger, EPFL ICA */
+
+
+#ifndef LINUX_ATM_SUNI_H
+#define LINUX_ATM_SUNI_H
+
+#include <linux/atmioc.h>
+
+#define SUNI_GETLOOP _IOR('a',ATMIOC_PHYPRV,int) /* get loopback mode */
+#define SUNI_SETLOOP _IO('a',ATMIOC_PHYPRV+1) /* set loopback mode */
+
+#define SUNI_LM_NONE 0 /* no loopback */
+#define SUNI_LM_DIAG 1 /* diagnostic (i.e. loop TX to RX) */
+#define SUNI_LM_LOOP 2 /* line (i.e. loop RX to TX) */
+
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)