diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 0ad68889fc1a..64c12a3e65f0 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -579,6 +579,8 @@ extern int __init tty_init(void); | |||
579 | /* tty_ioctl.c */ | 579 | /* tty_ioctl.c */ |
580 | extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, | 580 | extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, |
581 | unsigned int cmd, unsigned long arg); | 581 | unsigned int cmd, unsigned long arg); |
582 | extern long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, | ||
583 | unsigned int cmd, unsigned long arg); | ||
582 | 584 | ||
583 | /* serial.c */ | 585 | /* serial.c */ |
584 | 586 | ||