Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66cfaeff authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6118): ivtv-fb: add missing FBIO_WAITFORVSYNC ioctl define

parent effa0b08
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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>
@@ -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;
+2 −1
Original line number Diff line number Diff line
@@ -30,5 +30,6 @@ 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