patch-2.0.36 linux/drivers/isdn/isdn_common.h
Next file: linux/drivers/isdn/isdn_net.c
Previous file: linux/drivers/isdn/isdn_common.c
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Sun Nov 15 10:32:59 1998
- Orig file:
v2.0.35/linux/drivers/isdn/isdn_common.h
- Orig date:
Mon Aug 4 17:34:00 1997
diff -u --recursive --new-file v2.0.35/linux/drivers/isdn/isdn_common.h linux/drivers/isdn/isdn_common.h
@@ -1,8 +1,8 @@
-/* $Id: isdn_common.h,v 1.6 1997/02/28 02:32:44 fritz Exp $
+/* $Id: isdn_common.h,v 1.6.2.3 1998/11/05 22:11:50 fritz Exp $
* header for Linux ISDN subsystem, common used functions and debugging-switches (linklevel).
*
- * Copyright 1994,95,96 by Fritz Elfert (fritz@wuemaus.franken.de)
+ * Copyright 1994-1998 by Fritz Elfert (fritz@isdn4linux.de)
* Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg
* Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de)
*
@@ -21,6 +21,15 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: isdn_common.h,v $
+ * Revision 1.6.2.3 1998/11/05 22:11:50 fritz
+ * Changed mail-address.
+ *
+ * Revision 1.6.2.2 1998/10/25 15:48:10 fritz
+ * Misc bugfixes and adaptions to new HiSax
+ *
+ * Revision 1.6.2.1 1998/03/16 09:55:48 cal
+ * Merged in TimRu-patches. Still needs validation in conjunction with ABC-patches.
+ *
* Revision 1.6 1997/02/28 02:32:44 fritz
* Cleanup: Moved some tty related stuff from isdn_common.c
* to isdn_tty.c
@@ -60,6 +69,7 @@
extern void isdn_MOD_INC_USE_COUNT(void);
extern void isdn_MOD_DEC_USE_COUNT(void);
extern void isdn_free_channel(int di, int ch, int usage);
+extern int isdn_command(isdn_ctrl *);
extern void isdn_all_eaz(int di, int ch);
extern int isdn_dc2minor(int di, int ch);
extern void isdn_info_update(void);
@@ -76,6 +86,6 @@
#else
#define isdn_export_syms()
#endif
-#if defined(ISDN_DEBUG_NET_DUMP) || defined(ISDN_DEBUG_MODEM_DUMP)
+#if defined(ISDN_DEBUG_NET_DUMP) || defined(ISDN_DEBUG_MODEM_DUMP) || defined(CONFIG_ISDN_TIMEOUT_RULES)
extern void isdn_dumppkt(char *, u_char *, int, int);
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov