diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 2fd8708ea888..d9fb4b043f56 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -649,6 +649,7 @@ extern long vt_compat_ioctl(struct tty_struct *tty, | |||
649 | /* tty_mutex.c */ | 649 | /* tty_mutex.c */ |
650 | /* functions for preparation of BKL removal */ | 650 | /* functions for preparation of BKL removal */ |
651 | extern void __lockfunc tty_lock(struct tty_struct *tty); | 651 | extern void __lockfunc tty_lock(struct tty_struct *tty); |
652 | extern int tty_lock_interruptible(struct tty_struct *tty); | ||
652 | extern void __lockfunc tty_unlock(struct tty_struct *tty); | 653 | extern void __lockfunc tty_unlock(struct tty_struct *tty); |
653 | extern void __lockfunc tty_lock_slave(struct tty_struct *tty); | 654 | extern void __lockfunc tty_lock_slave(struct tty_struct *tty); |
654 | extern void __lockfunc tty_unlock_slave(struct tty_struct *tty); | 655 | extern void __lockfunc tty_unlock_slave(struct tty_struct *tty); |