patch-2.4.15 linux/arch/cris/drivers/serial.h
Next file: linux/arch/cris/kernel/Makefile
Previous file: linux/arch/cris/drivers/serial.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Nov 9 13:58:02 2001
- Orig file:
v2.4.14/linux/arch/cris/drivers/serial.h
- Orig date:
Tue Oct 9 17:06:51 2001
diff -u --recursive --new-file v2.4.14/linux/arch/cris/drivers/serial.h linux/arch/cris/drivers/serial.h
@@ -87,6 +87,15 @@
struct wait_queue *close_wait;
#endif
+ unsigned long char_time_usec; /* The time for 1 char, in usecs */
+ unsigned long last_tx_active_usec; /* Last tx usec in the jiffies */
+ unsigned long last_tx_active; /* Last tx time in jiffies */
+ unsigned long last_rx_active_usec; /* Last rx usec in the jiffies */
+ unsigned long last_rx_active; /* Last rx time in jiffies */
+
+ int break_detected_cnt;
+ int errorcode;
+
#ifdef CONFIG_RS485
struct rs485_control rs485; /* RS-485 support */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)