home *** CD-ROM | disk | FTP | other *** search
- /*
- * 8250XON.H
- *
- * Include file for Function Prototyping of 8250XON.C Module
- *
- * Written for the
- *
- * Datalight
- * Microsoft V 5.x
- * TurboC
- * &
- * Zortech
- *
- * C Compilers
- *
- * Copyright (c) John Birchfield 1987, 1988, 1989
- */
-
-
- extern int ioctl_set_xoff (char *),
- xon8250_get_status (void),
- xon8250_init (int, int),
- xon8250_port_init (char *),
- xon8250_read (void),
- xon8250_timed_read (int),
- xon8250_write (char),
- xon8250_write_buffer_empty (void),
- xon8250_xoff_sent (void);
- extern void xon8250_dtnr (void),
- xon8250_port_enable (void),
- xon8250_term (int),
- xon8250_write_break (void);
-