summaryrefslogtreecommitdiff
path: root/linux/include/media/video-buf.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-04 10:06:18 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-04 10:06:18 -0300
commit5b59056968698df6812231be56c058efe8c0e629 (patch)
tree4c07c164767f0907cb6836805f998aa2607dccce /linux/include/media/video-buf.h
parent9860026115331d0acbdca80cab44e266b328acde (diff)
downloadmediapointer-dvb-s2-5b59056968698df6812231be56c058efe8c0e629.tar.gz
mediapointer-dvb-s2-5b59056968698df6812231be56c058efe8c0e629.tar.bz2
Several improvements at videodev.c
From: Mauro Carvalho Chehab <mchehab@infradead.org> Videodev now is capable of better handling V4L2 api, by processing V4L2 ioctls and using callbacks to the driver. The drivers should be migrated to the newer way and the older one will be obsoleted soon. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/include/media/video-buf.h')
-rw-r--r--linux/include/media/video-buf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/include/media/video-buf.h b/linux/include/media/video-buf.h
index 7f8f6ca81..ae694cfbc 100644
--- a/linux/include/media/video-buf.h
+++ b/linux/include/media/video-buf.h
@@ -23,6 +23,7 @@
*/
#include <linux/videodev2.h>
+#include <linux/poll.h>
#define UNSET (-1U)