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 d96e5882f129..568369a86306 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -514,6 +514,7 @@ extern void tty_ldisc_enable(struct tty_struct *tty); | |||
514 | 514 | ||
515 | /* n_tty.c */ | 515 | /* n_tty.c */ |
516 | extern struct tty_ldisc_ops tty_ldisc_N_TTY; | 516 | extern struct tty_ldisc_ops tty_ldisc_N_TTY; |
517 | extern void n_tty_inherit_ops(struct tty_ldisc_ops *ops); | ||
517 | 518 | ||
518 | /* tty_audit.c */ | 519 | /* tty_audit.c */ |
519 | #ifdef CONFIG_AUDIT | 520 | #ifdef CONFIG_AUDIT |