diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/videodev2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 6e6743bd0f92..e2cfd6add78c 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h | |||
@@ -1465,6 +1465,8 @@ struct v4l2_chip_ident { | |||
1465 | #define VIDIOC_G_CHIP_IDENT _IOWR('V', 81, struct v4l2_chip_ident) | 1465 | #define VIDIOC_G_CHIP_IDENT _IOWR('V', 81, struct v4l2_chip_ident) |
1466 | #endif | 1466 | #endif |
1467 | #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek) | 1467 | #define VIDIOC_S_HW_FREQ_SEEK _IOW('V', 82, struct v4l2_hw_freq_seek) |
1468 | /* Reminder: when adding new ioctls please add support for them to | ||
1469 | drivers/media/video/v4l2-compat-ioctl32.c as well! */ | ||
1468 | 1470 | ||
1469 | #ifdef __OLD_VIDIOC_ | 1471 | #ifdef __OLD_VIDIOC_ |
1470 | /* for compatibility, will go away some day */ | 1472 | /* for compatibility, will go away some day */ |