Skip to content

Commit

Permalink
V4L/DVB (6118): ivtv-fb: add missing FBIO_WAITFORVSYNC ioctl define
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent effa0b0 commit 66cfaef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions drivers/media/video/ivtv/ivtv-fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <linux/console.h>
#include <linux/bitops.h>
#include <linux/pagemap.h>
#include <linux/matroxfb.h>
#include <media/ivtv-fb.h>

#include <asm/io.h>
#include <asm/ioctl.h>
Expand All @@ -59,7 +59,6 @@
#include "ivtv-driver.h"
#include "ivtv-udma.h"
#include "ivtv-mailbox.h"
#include <media/ivtv-fb.h>

/* card parameters */
static int ivtv_fb_card_id = -1;
Expand Down
3 changes: 2 additions & 1 deletion include/media/ivtv-fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ struct ivtvfb_dma_frame {
int count;
};

#define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
#define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame)
#define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t)

#endif

0 comments on commit 66cfaef

Please sign in to comment.