diff options
Diffstat (limited to 'include/uapi/linux/videodev2.h')
-rw-r--r-- | include/uapi/linux/videodev2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h index 94cbe26e9f00..928799c2e2d9 100644 --- a/include/uapi/linux/videodev2.h +++ b/include/uapi/linux/videodev2.h | |||
@@ -1822,6 +1822,7 @@ struct v4l2_event_vsync { | |||
1822 | /* Payload for V4L2_EVENT_CTRL */ | 1822 | /* Payload for V4L2_EVENT_CTRL */ |
1823 | #define V4L2_EVENT_CTRL_CH_VALUE (1 << 0) | 1823 | #define V4L2_EVENT_CTRL_CH_VALUE (1 << 0) |
1824 | #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) | 1824 | #define V4L2_EVENT_CTRL_CH_FLAGS (1 << 1) |
1825 | #define V4L2_EVENT_CTRL_CH_RANGE (1 << 2) | ||
1825 | 1826 | ||
1826 | struct v4l2_event_ctrl { | 1827 | struct v4l2_event_ctrl { |
1827 | __u32 changes; | 1828 | __u32 changes; |