1 /* $Id: isdn_tty.h,v 1.1 1996/01/10 21:39:22 fritz Exp fritz $ 2 * 3 * header for Linux ISDN subsystem, tty related functions (linklevel). 4 * 5 * Copyright 1994,95,96 by Fritz Elfert (fritz@wuemaus.franken.de) 6 * Copyright 1995,96 by Thinking Objects Software GmbH Wuerzburg 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License as published by 10 * the Free Software Foundation; either version 2, or (at your option) 11 * any later version. 12 * 13 * This program is distributed in the hope that it will be useful, 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * GNU General Public License for more details. 17 * 18 * You should have received a copy of the GNU General Public License 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * 22 * $Log: isdn_tty.h,v $ 23 * Revision 1.1 1996/01/10 21:39:22 fritz 24 * Initial revision 25 * 26 */ 27 28 extern void isdn_tty_modem_result(int, modem_info *); 29 extern void isdn_tty_modem_escape(void); 30 extern void isdn_tty_modem_ring(void); 31 extern void isdn_tty_modem_xmit(void); 32 extern void isdn_tty_modem_hup(modem_info *); 33 extern int isdn_tty_modem_init(void); 34 extern void isdn_tty_readmodem(void); 35 extern int isdn_tty_try_read(int, u_char *, int); 36 extern int isdn_tty_find_icall(int, int, char *); 37 #if FUTURE 38 extern void isdn_tty_bsent(int, int); 39 #endif