Import 2.3.25pre1
[davej-history.git] / include / linux / atm_suni.h
blob2e6a01a6180552c6429f94c3c4922fe7dd15de13
1 /* atm_suni.h - Driver-specific declarations of the SUNI driver (for use by
2 driver-specific utilities) */
4 /* Written 1998 by Werner Almesberger, EPFL ICA */
7 #ifndef LINUX_ATM_SUNI_H
8 #define LINUX_ATM_SUNI_H
10 #include <linux/atmioc.h>
12 #define SUNI_GETLOOP _IOR('a',ATMIOC_PHYPRV,int) /* get loopback mode */
13 #define SUNI_SETLOOP _IO('a',ATMIOC_PHYPRV+1) /* set loopback mode */
15 #define SUNI_LM_NONE 0 /* no loopback */
16 #define SUNI_LM_DIAG 1 /* diagnostic (i.e. loop TX to RX) */
17 #define SUNI_LM_LOOP 2 /* line (i.e. loop RX to TX) */
19 #endif