diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-17 22:05:47 +0000 |
commit | 27cfca1ec98e91261b1a5355d10a8996464b63af (patch) | |
tree | 8e895a53e372fa682b4c0a585b9377d67ed70d0e /include/linux/hdlcdrv.h | |
parent | 6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff) |
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too
o Upgrade to 2.1.89.
Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'include/linux/hdlcdrv.h')
-rw-r--r-- | include/linux/hdlcdrv.h | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h index b321d292c..d7d4609cb 100644 --- a/include/linux/hdlcdrv.h +++ b/include/linux/hdlcdrv.h @@ -1,20 +1,12 @@ /* * hdlcdrv.h -- HDLC packet radio network driver. * The Linux soundcard driver for 1200 baud and 9600 baud packet radio - * (C) 1996 by Thomas Sailer, HB9JNX/AE4WA + * (C) 1996-1998 by Thomas Sailer, HB9JNX/AE4WA */ #ifndef _HDLCDRV_H #define _HDLCDRV_H -#include <linux/version.h> -#include <linux/sockios.h> -#include <linux/version.h> -#if LINUX_VERSION_CODE < 0x20119 -#include <linux/if_ether.h> -#endif -#include <linux/netdevice.h> - /* -------------------------------------------------------------------- */ /* * structs for the IOCTL commands @@ -43,9 +35,6 @@ struct hdlcdrv_old_channel_state { int ptt; int dcd; int ptt_keyed; -#if LINUX_VERSION_CODE < 0x20100 - struct enet_statistics stats; -#endif }; struct hdlcdrv_channel_state { @@ -115,6 +104,9 @@ struct hdlcdrv_ioctl { #ifdef __KERNEL__ +#include <linux/netdevice.h> +#include <linux/if.h> + #define HDLCDRV_MAGIC 0x5ac6e778 #define HDLCDRV_IFNAMELEN 6 #define HDLCDRV_HDLCBUFFER 32 /* should be a power of 2 for speed reasons */ |