Skip to content

Commit

Permalink
V4L/DVB (8959): include <linux/videodev2.h> into linux/ivtv.h
Browse files Browse the repository at this point in the history
linux/videodev2.h defines enum v4l2_buf_type and struct v4l2_rect

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Kirill A. Shutemov authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 176c2f3 commit 4c522e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/ivtv.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/videodev2.h>

/* ivtv knows several distinct output modes: MPEG streaming,
YUV streaming, YUV updates through user DMA and the passthrough
Expand Down

0 comments on commit 4c522e7

Please sign in to comment.