aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 274b40ff0cd8..56164d7ba0ad 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -316,6 +316,9 @@ extern void tty_flip_buffer_push(struct tty_struct *tty);
316extern speed_t tty_get_baud_rate(struct tty_struct *tty); 316extern speed_t tty_get_baud_rate(struct tty_struct *tty);
317extern speed_t tty_termios_baud_rate(struct ktermios *termios); 317extern speed_t tty_termios_baud_rate(struct ktermios *termios);
318extern speed_t tty_termios_input_baud_rate(struct ktermios *termios); 318extern speed_t tty_termios_input_baud_rate(struct ktermios *termios);
319extern void tty_termios_encode_baud_rate(struct ktermios *termios, speed_t ibaud, speed_t obaud);
320extern void tty_encode_baud_rate(struct tty_struct *tty, speed_t ibaud, speed_t obaud);
321extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);
319 322
320extern struct tty_ldisc *tty_ldisc_ref(struct tty_struct *); 323extern struct tty_ldisc *tty_ldisc_ref(struct tty_struct *);
321extern void tty_ldisc_deref(struct tty_ldisc *); 324extern void tty_ldisc_deref(struct tty_ldisc *);