aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-01-20 11:59:38 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 10:34:46 -0500
commitb3c4ee7016ad9d4c51887591b8a62c05f59cc498 (patch)
tree97288dfd3cf68cb68d046777e1d354b8f5750475 /drivers/media/video/cx88/cx88.h
parent7730bef9c5eaaecc3f441cd389ae189b17759117 (diff)
V4L/DVB (5109): Convert cx88-blackbird to use video_ioctl2
This patch finishes cx88-blackbird conversion to use video_ioctl2. Video standards are generated automatically inside videodev.c. the big ioctl parser is removed, using, instead, video_ioctl2. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index a4f4958699b1..0cd1b57bcd12 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -645,13 +645,6 @@ int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl);
645int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl); 645int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl);
646int cx88_video_mux(struct cx88_core *core, unsigned int input); 646int cx88_video_mux(struct cx88_core *core, unsigned int input);
647 647
648/* ----------------------------------------------------------- */
649/* cx88-blackbird.c */
650/* used by cx88-ivtv ioctl emulation layer */
651extern int (*cx88_ioctl_hook)(struct inode *inode, struct file *file,
652 unsigned int cmd, void *arg);
653extern unsigned int (*cx88_ioctl_translator)(unsigned int cmd);
654
655/* 648/*
656 * Local variables: 649 * Local variables:
657 * c-basic-offset: 8 650 * c-basic-offset: 8