summaryrefslogtreecommitdiffstats
path: root/include/linux/netrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netrom.h')
-rw-r--r--include/linux/netrom.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/netrom.h b/include/linux/netrom.h
index 5798e575e..ffa8e4a89 100644
--- a/include/linux/netrom.h
+++ b/include/linux/netrom.h
@@ -13,14 +13,10 @@
#define NETROM_T1 1
#define NETROM_T2 2
#define NETROM_N2 3
-#define NETROM_HDRINCL 4
#define NETROM_T4 6
#define NETROM_IDLE 7
-#define NETROM_KILL 99
-
#define SIOCNRDECOBS (SIOCPROTOPRIVATE+2)
-#define SIOCNRCTLCON (SIOCPROTOPRIVATE+4)
struct nr_route_struct {
#define NETROM_NEIGH 0
@@ -36,11 +32,4 @@ struct nr_route_struct {
ax25_address digipeaters[AX25_MAX_DIGIS];
};
-struct nr_ctl_struct {
- unsigned char index;
- unsigned char id;
- unsigned int cmd;
- unsigned long arg;
-};
-
#endif