From: James S. <jsi...@us...> - 2001-11-23 01:46:11
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv21201 Modified Files: serial_core.h Log Message: Synced to Russell Kings latest work. Okay tonight I will work on it. Index: serial_core.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/serial_core.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- serial_core.h 2001/11/06 21:56:05 1.8 +++ serial_core.h 2001/11/23 01:46:07 1.9 @@ -66,7 +66,7 @@ struct uart_ops { u_int (*tx_empty)(struct uart_port *); void (*set_mctrl)(struct uart_port *, u_int mctrl); - int (*get_mctrl)(struct uart_port *); + u_int (*get_mctrl)(struct uart_port *); void (*stop_tx)(struct uart_port *, u_int from_tty); void (*start_tx)(struct uart_port *, u_int nonempty, u_int from_tty); void (*stop_rx)(struct uart_port *); |