diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index a0e03309a379..f0f43d08d8b8 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h | |||
@@ -536,5 +536,8 @@ extern int pcxe_open(struct tty_struct *tty, struct file *filp); | |||
536 | extern int vt_ioctl(struct tty_struct *tty, struct file *file, | 536 | extern int vt_ioctl(struct tty_struct *tty, struct file *file, |
537 | unsigned int cmd, unsigned long arg); | 537 | unsigned int cmd, unsigned long arg); |
538 | 538 | ||
539 | extern long vt_compat_ioctl(struct tty_struct *tty, struct file * file, | ||
540 | unsigned int cmd, unsigned long arg); | ||
541 | |||
539 | #endif /* __KERNEL__ */ | 542 | #endif /* __KERNEL__ */ |
540 | #endif | 543 | #endif |