aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/tty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index 0cbec74ec086..7271c6247d82 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -347,6 +347,9 @@ extern void __do_SAK(struct tty_struct *tty);
347extern void disassociate_ctty(int priv); 347extern void disassociate_ctty(int priv);
348extern void no_tty(void); 348extern void no_tty(void);
349extern void tty_flip_buffer_push(struct tty_struct *tty); 349extern void tty_flip_buffer_push(struct tty_struct *tty);
350extern void tty_buffer_free_all(struct tty_struct *tty);
351extern void tty_buffer_flush(struct tty_struct *tty);
352extern void tty_buffer_init(struct tty_struct *tty);
350extern speed_t tty_get_baud_rate(struct tty_struct *tty); 353extern speed_t tty_get_baud_rate(struct tty_struct *tty);
351extern speed_t tty_termios_baud_rate(struct ktermios *termios); 354extern speed_t tty_termios_baud_rate(struct ktermios *termios);
352extern speed_t tty_termios_input_baud_rate(struct ktermios *termios); 355extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);