diff options
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index cbd5070bc87f..657a0fc68a3f 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -45,6 +45,7 @@ struct uart_ops {  	void		(*unthrottle)(struct uart_port *);  	void		(*send_xchar)(struct uart_port *, char ch);  	void		(*stop_rx)(struct uart_port *); +	void		(*start_rx)(struct uart_port *);  	void		(*enable_ms)(struct uart_port *);  	void		(*break_ctl)(struct uart_port *, int ctl);  	int		(*startup)(struct uart_port *);  |