diff options
Diffstat (limited to 'include/uapi/linux/v4l2-common.h')
-rw-r--r-- | include/uapi/linux/v4l2-common.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/uapi/linux/v4l2-common.h b/include/uapi/linux/v4l2-common.h index 4f0667e010dd..270db8914c01 100644 --- a/include/uapi/linux/v4l2-common.h +++ b/include/uapi/linux/v4l2-common.h | |||
@@ -68,4 +68,12 @@ | |||
68 | #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE | 68 | #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE |
69 | #define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG V4L2_SEL_FLAG_KEEP_CONFIG | 69 | #define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG V4L2_SEL_FLAG_KEEP_CONFIG |
70 | 70 | ||
71 | struct v4l2_edid { | ||
72 | __u32 pad; | ||
73 | __u32 start_block; | ||
74 | __u32 blocks; | ||
75 | __u32 reserved[5]; | ||
76 | __u8 __user *edid; | ||
77 | }; | ||
78 | |||
71 | #endif /* __V4L2_COMMON__ */ | 79 | #endif /* __V4L2_COMMON__ */ |