diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 09:23:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-03 09:23:20 +0000 |
commit | ac5ff8f4a72f7b4e66f73c3c6cb9fe7758cf6f12 (patch) | |
tree | 9fc7f8ce32e0d9a4aa055b2a58a05a5d727b333c /include/linux/rose.h | |
parent | 52662ff3e66770fd7e4fc508c91056d29c08bff0 (diff) |
Sync with Linux 2.1.42.
Diffstat (limited to 'include/linux/rose.h')
-rw-r--r-- | include/linux/rose.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/linux/rose.h b/include/linux/rose.h index c38788c7e..2ca68dbaa 100644 --- a/include/linux/rose.h +++ b/include/linux/rose.h @@ -14,12 +14,9 @@ #define ROSE_T2 3 #define ROSE_T3 4 #define ROSE_IDLE 5 -#define ROSE_HDRINCL 6 +#define ROSE_QBITINCL 6 #define ROSE_HOLDBACK 7 -#define ROSE_KILL 99 - -#define SIOCRSCTLCON (SIOCPROTOPRIVATE+1) #define SIOCRSL2CALL (SIOCPROTOPRIVATE+2) typedef struct { @@ -43,11 +40,4 @@ struct rose_route_struct { ax25_address digipeaters[AX25_MAX_DIGIS]; }; -struct rose_ctl_struct { - unsigned int lci; - char dev[20]; - unsigned int cmd; - unsigned long arg; -}; - #endif |