diff options
Diffstat (limited to 'include/linux/tty.h')
| -rw-r--r-- | include/linux/tty.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 54e4eaaa0561..4e53d4641b38 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
| @@ -448,6 +448,7 @@ extern void tty_encode_baud_rate(struct tty_struct *tty, | |||
| 448 | speed_t ibaud, speed_t obaud); | 448 | speed_t ibaud, speed_t obaud); |
| 449 | extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old); | 449 | extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old); |
| 450 | extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b); | 450 | extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b); |
| 451 | extern int tty_set_termios(struct tty_struct *tty, struct ktermios *kt); | ||
| 451 | 452 | ||
| 452 | extern struct tty_ldisc *tty_ldisc_ref(struct tty_struct *); | 453 | extern struct tty_ldisc *tty_ldisc_ref(struct tty_struct *); |
| 453 | extern void tty_ldisc_deref(struct tty_ldisc *); | 454 | extern void tty_ldisc_deref(struct tty_ldisc *); |
| @@ -584,10 +585,10 @@ extern int pcxe_open(struct tty_struct *tty, struct file *filp); | |||
| 584 | 585 | ||
| 585 | /* vt.c */ | 586 | /* vt.c */ |
| 586 | 587 | ||
| 587 | extern int vt_ioctl(struct tty_struct *tty, struct file *file, | 588 | extern int vt_ioctl(struct tty_struct *tty, |
| 588 | unsigned int cmd, unsigned long arg); | 589 | unsigned int cmd, unsigned long arg); |
| 589 | 590 | ||
| 590 | extern long vt_compat_ioctl(struct tty_struct *tty, struct file * file, | 591 | extern long vt_compat_ioctl(struct tty_struct *tty, |
| 591 | unsigned int cmd, unsigned long arg); | 592 | unsigned int cmd, unsigned long arg); |
| 592 | 593 | ||
| 593 | /* tty_mutex.c */ | 594 | /* tty_mutex.c */ |
