aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-04-08 10:53:55 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-04-14 18:47:49 -0400
commitb8399b83058848979538932473d817559f7ff8fb (patch)
treef7f41aa166b199ab8dda2de45f581745fa13014d /include/uapi
parent96b03d2a3078d5e95a8b106634faa7cea88ebe5e (diff)
[media] videodev2.h: increase size of 'reserved' array
Increase the size of the 'reserved' array to give more room for future extensions. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/videodev2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index be43b4659527..1282cd38e86a 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -1844,7 +1844,7 @@ struct v4l2_dbg_chip_info {
1844 struct v4l2_dbg_match match; 1844 struct v4l2_dbg_match match;
1845 char name[32]; 1845 char name[32];
1846 __u32 flags; 1846 __u32 flags;
1847 __u32 reserved[8]; 1847 __u32 reserved[32];
1848} __attribute__ ((packed)); 1848} __attribute__ ((packed));
1849 1849
1850/** 1850/**