aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r--include/linux/tty.h1
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);
470extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty); 470extern struct tty_struct *tty_pair_get_pty(struct tty_struct *tty);
471 471
472extern struct mutex tty_mutex; 472extern struct mutex tty_mutex;
473extern spinlock_t tty_files_lock;
473 474
474extern void tty_write_unlock(struct tty_struct *tty); 475extern void tty_write_unlock(struct tty_struct *tty);
475extern int tty_write_lock(struct tty_struct *tty, int ndelay); 476extern int tty_write_lock(struct tty_struct *tty, int ndelay);