patch-2.2.13 linux/drivers/isdn/divert/isdn_divert.h
Next file: linux/drivers/isdn/eicon/eicon.h
Previous file: linux/drivers/isdn/divert/isdn_divert.c
Back to the patch index
Back to the overall index
- Lines: 73
- Date:
Tue Oct 19 17:14:00 1999
- Orig file:
v2.2.12/linux/drivers/isdn/divert/isdn_divert.h
- Orig date:
Mon Aug 9 16:05:55 1999
diff -u --recursive --new-file v2.2.12/linux/drivers/isdn/divert/isdn_divert.h linux/drivers/isdn/divert/isdn_divert.h
@@ -1,5 +1,5 @@
/*
- * $Id: isdn_divert.h,v 1.2 1999/07/04 21:37:33 werner Exp $
+ * $Id: isdn_divert.h,v 1.4 1999/09/02 13:24:12 paul Exp $
*
* Header for the diversion supplementary ioctl interface.
*
@@ -20,16 +20,21 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: isdn_divert.h,v $
- * Revision 1.2 1999/07/04 21:37:33 werner
- * Ported from kernel version 2.0
+ * Revision 1.4 1999/09/02 13:24:12 paul
+ * cosmetics; text following #endif is not ANSI C
*
+ * Revision 1.3 1999/08/22 20:26:37 calle
+ * backported changes from kernel 2.3.14:
+ * - several #include "config.h" gone, others come.
+ * - "struct device" changed to "struct net_device" in 2.3.14, added a
+ * define in isdn_compat.h for older kernel versions.
*
+ * Revision 1.2 1999/07/04 21:37:33 werner
+ * Ported from kernel version 2.0
*
*/
-
-#include <linux/config.h>
#include <linux/ioctl.h>
#include <linux/types.h>
@@ -89,12 +94,12 @@
typedef union
{ int drv_version; /* return of driver version */
struct
- { int drvid; /* id of driver */
- char drvnam[30]; /* name of driver */
+ { int drvid; /* id of driver */
+ char drvnam[30]; /* name of driver */
} getid;
struct
- { int ruleidx; /* index of rule */
- divert_rule rule; /* rule parms */
+ { int ruleidx; /* index of rule */
+ divert_rule rule; /* rule parms */
} getsetrule;
struct
{ u_char subcmd; /* 0 = hangup/reject,
@@ -120,7 +125,7 @@
#include <linux/isdnif.h>
#include <linux/isdn_divertif.h>
-#define AUTODEL_TIME 30 /* timeout in s to delete internal entrys */
+#define AUTODEL_TIME 30 /* timeout in s to delete internal entries */
/**************************************************/
/* structure keeping ascii info for device output */
@@ -148,12 +153,4 @@
extern int deflect_extern_action(u_char, ulong, char *);
extern int cf_command(int, int, u_char, char *, u_char, char *, ulong *);
-#endif __KERNEL__
-
-
-
-
-
-
-
-
+#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)