From a34d8843092e260432b94c63d6534160897ec678 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 23 Jun 2014 16:32:17 +0200 Subject: Update headers from upstream kernel Signed-off-by: Laurent Pinchart --- include/linux/v4l2-common.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include/linux/v4l2-common.h') diff --git a/include/linux/v4l2-common.h b/include/linux/v4l2-common.h index 4f0667e..2f6f8ca 100644 --- a/include/linux/v4l2-common.h +++ b/include/linux/v4l2-common.h @@ -29,6 +29,8 @@ #ifndef __V4L2_COMMON__ #define __V4L2_COMMON__ +#include + /* * * Selection interface definitions @@ -68,4 +70,12 @@ #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE #define V4L2_SUBDEV_SEL_FLAG_KEEP_CONFIG V4L2_SEL_FLAG_KEEP_CONFIG +struct v4l2_edid { + __u32 pad; + __u32 start_block; + __u32 blocks; + __u32 reserved[5]; + __u8 *edid; +}; + #endif /* __V4L2_COMMON__ */ -- cgit v1.2.3