diff options
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r-- | include/linux/videodev2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 1cded681eb6d..13f78ec4bf76 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1117,6 +1117,9 @@ typedef int (*v4l2_kioctl)(struct inode *inode, struct file *file, | |||
1117 | unsigned int cmd, void *arg); | 1117 | unsigned int cmd, void *arg); |
1118 | int v4l_compat_translate_ioctl(struct inode *inode, struct file *file, | 1118 | int v4l_compat_translate_ioctl(struct inode *inode, struct file *file, |
1119 | int cmd, void *arg, v4l2_kioctl driver_ioctl); | 1119 | int cmd, void *arg, v4l2_kioctl driver_ioctl); |
1120 | /* 32 Bits compatibility layer for 64 bits processors */ | ||
1121 | extern long v4l_compat_ioctl32(struct file *file, unsigned int cmd, | ||
1122 | unsigned long arg); | ||
1120 | 1123 | ||
1121 | #endif /* __KERNEL__ */ | 1124 | #endif /* __KERNEL__ */ |
1122 | #endif /* __LINUX_VIDEODEV2_H */ | 1125 | #endif /* __LINUX_VIDEODEV2_H */ |