patch-2.1.22 linux/include/linux/rose.h
Next file: linux/include/linux/route.h
Previous file: linux/include/linux/pci.h
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sun Jan 19 15:47:26 1997
- Orig file:
v2.1.21/linux/include/linux/rose.h
- Orig date:
Sun Dec 22 16:37:41 1996
diff -u --recursive --new-file v2.1.21/linux/include/linux/rose.h linux/include/linux/rose.h
@@ -3,7 +3,7 @@
* For kernel AX.25 see the file ax25.h. This file requires ax25.h for the
* definition of the ax25_address structure.
*/
-
+
#ifndef ROSE_KERNEL_H
#define ROSE_KERNEL_H
@@ -20,10 +20,11 @@
#define ROSE_KILL 99
-#define SIOCRSCTLCON (SIOCPROTOPRIVATE+0)
+#define SIOCRSCTLCON (SIOCPROTOPRIVATE+1)
+#define SIOCRSL2CALL (SIOCPROTOPRIVATE+2)
typedef struct {
- char rose_addr[5];
+ char rose_addr[5];
} rose_address;
struct sockaddr_rose {
@@ -44,10 +45,10 @@
};
struct rose_ctl_struct {
- unsigned int lci;
- char dev[20];
- unsigned int cmd;
- unsigned long arg;
+ unsigned int lci;
+ char dev[20];
+ 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