|
@@ -467,6 +467,8 @@ extern void tty_buffer_free_all(struct tty_port *port);
|
|
|
extern void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld);
|
|
|
extern void tty_buffer_init(struct tty_port *port);
|
|
|
extern void tty_buffer_set_lock_subclass(struct tty_port *port);
|
|
|
+extern bool tty_buffer_restart_work(struct tty_port *port);
|
|
|
+extern bool tty_buffer_cancel_work(struct tty_port *port);
|
|
|
extern speed_t tty_termios_baud_rate(struct ktermios *termios);
|
|
|
extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);
|
|
|
extern void tty_termios_encode_baud_rate(struct ktermios *termios,
|