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 1437da3ddc62..f6b371a2514e 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -470,6 +470,7 @@ extern struct tty_struct *tty_pair_get_tty(struct tty_struct *tty); | |||
470 | extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty); | 470 | extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty); |
471 | 471 | ||
472 | extern struct mutex tty_mutex; | 472 | extern struct mutex tty_mutex; |
473 | extern spinlock_t tty_files_lock; | ||
473 | 474 | ||
474 | extern void tty_write_unlock(struct tty_struct *tty); | 475 | extern void tty_write_unlock(struct tty_struct *tty); |
475 | extern int tty_write_lock(struct tty_struct *tty, int ndelay); | 476 | extern int tty_write_lock(struct tty_struct *tty, int ndelay); |