diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2012-05-09 03:37:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-20 08:27:44 -0300 |
commit | f00dc30422d442c6cfbbab3c6e93fe6cb6681621 (patch) | |
tree | 5217a241c3b66db362e3143b03c0ec5aae0ab4ba /include/linux/Kbuild | |
parent | 5d7758eed2307f7b9934c6b64fbdbfaab52e436d (diff) | |
download | linux-stable-f00dc30422d442c6cfbbab3c6e93fe6cb6681621.tar.gz linux-stable-f00dc30422d442c6cfbbab3c6e93fe6cb6681621.tar.bz2 linux-stable-f00dc30422d442c6cfbbab3c6e93fe6cb6681621.zip |
[media] v4l2-dv-timings.h: definitions for CEA-861 and VESA DMT timings
This header contains the timings for the common CEA-861 and all VESA
DMT formats for use with the V4L2 dv_timings API.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 3c9b616c834a..d38b3a8fb380 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -382,6 +382,7 @@ header-y += usbdevice_fs.h header-y += utime.h header-y += utsname.h header-y += uvcvideo.h +header-y += v4l2-dv-timings.h header-y += v4l2-mediabus.h header-y += v4l2-subdev.h header-y += veth.h |