tty: handle VT specific compat ioctls in vt driver
[firefly-linux-kernel-4.4.55.git] / include / linux / tty.h
index a0e03309a3798626cd5ae8702decb85b6107091d..f0f43d08d8b8765911d51f681034841a73b1c239 100644 (file)
@@ -536,5 +536,8 @@ extern int pcxe_open(struct tty_struct *tty, struct file *filp);
 extern int vt_ioctl(struct tty_struct *tty, struct file *file,
                    unsigned int cmd, unsigned long arg);
 
+extern long vt_compat_ioctl(struct tty_struct *tty, struct file * file,
+                    unsigned int cmd, unsigned long arg);
+
 #endif /* __KERNEL__ */
 #endif