patch-2.0.31 linux/drivers/isdn/isdn_tty.h
Next file: linux/drivers/isdn/pcbit/callbacks.c
Previous file: linux/drivers/isdn/isdn_tty.c
Back to the patch index
Back to the overall index
- Lines: 67
- Date:
Mon Aug 4 17:34:00 1997
- Orig file:
v2.0.30/linux/drivers/isdn/isdn_tty.h
- Orig date:
Sun May 19 05:29:29 1996
diff -u --recursive --new-file v2.0.30/linux/drivers/isdn/isdn_tty.h linux/drivers/isdn/isdn_tty.h
@@ -1,10 +1,10 @@
-/* $Id: isdn_tty.h,v 1.5 1996/05/17 03:52:31 fritz Exp $
- *
+/* $Id: isdn_tty.h,v 1.10 1997/03/02 14:29:26 fritz Exp $
+
* header for Linux ISDN subsystem, tty related functions (linklevel).
*
* Copyright 1994,95,96 by Fritz Elfert (fritz@wuemaus.franken.de)
* Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg
- *
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -17,9 +17,26 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: isdn_tty.h,v $
+ * Revision 1.10 1997/03/02 14:29:26 fritz
+ * More ttyI related cleanup.
+ *
+ * Revision 1.9 1997/02/28 02:32:49 fritz
+ * Cleanup: Moved some tty related stuff from isdn_common.c
+ * to isdn_tty.c
+ * Bugfix: Bisync protocol did not behave like documented.
+ *
+ * Revision 1.8 1997/02/10 20:12:50 fritz
+ * Changed interface for reporting incoming calls.
+ *
+ * Revision 1.7 1997/02/03 23:06:10 fritz
+ * Reformatted according CodingStyle
+ *
+ * Revision 1.6 1997/01/14 01:35:19 fritz
+ * Changed prototype of isdn_tty_modem_hup.
+ *
* Revision 1.5 1996/05/17 03:52:31 fritz
* Changed DLE handling for audio receive.
*
@@ -37,15 +54,12 @@
*
*/
-extern void isdn_tty_modem_result(int, modem_info *);
-extern void isdn_tty_modem_escape(void);
-extern void isdn_tty_modem_ring(void);
-extern void isdn_tty_modem_xmit(void);
-extern void isdn_tty_modem_hup(modem_info *);
-extern int isdn_tty_modem_init(void);
-extern void isdn_tty_readmodem(void);
-extern int isdn_tty_try_read(modem_info *, struct sk_buff *);
-extern int isdn_tty_find_icall(int, int, char *);
-extern int isdn_tty_countDLE(unsigned char *, int);
-extern void isdn_tty_bsent(int, int);
-extern void isdn_tty_cleanup_xmit(modem_info *);
+extern void isdn_tty_modem_escape(void);
+extern void isdn_tty_modem_ring(void);
+extern void isdn_tty_modem_xmit(void);
+extern int isdn_tty_modem_init(void);
+extern void isdn_tty_readmodem(void);
+extern int isdn_tty_find_icall(int, int, setup_parm);
+extern void isdn_tty_cleanup_xmit(modem_info *);
+extern int isdn_tty_stat_callback(int, isdn_ctrl *);
+extern int isdn_tty_rcv_skb(int, int, int, struct sk_buff *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov