From: James S. <jsi...@us...> - 2002-06-18 22:41:10
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv17900/include/linux Modified Files: serial_core.h Log Message: Synced up with Russell Kings work fo rth enew serial stuff. Index: serial_core.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/serial_core.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- serial_core.h 14 Mar 2002 20:02:07 -0000 1.12 +++ serial_core.h 18 Jun 2002 22:41:07 -0000 1.13 @@ -72,6 +72,7 @@ unsigned int (*get_mctrl)(struct uart_port *); void (*stop_tx)(struct uart_port *, unsigned int tty_stop); void (*start_tx)(struct uart_port *, unsigned int tty_start); + void (*send_xchar)(struct uart_port *, char ch); void (*stop_rx)(struct uart_port *); void (*enable_ms)(struct uart_port *); void (*break_ctl)(struct uart_port *, int ctl); |