diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 12:01:08 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-26 12:01:08 -0200 |
commit | bbb2775af14dc145fe9434e8e34ebd4cf0c8499c (patch) | |
tree | 4a738302de77021569c2f8ae20c8d9fb77a443a4 /linux/drivers/media/video/bt8xx/bttvp.h | |
parent | f91895a0ab0593480380667891cf0be615c1cc85 (diff) | |
download | mediapointer-dvb-s2-bbb2775af14dc145fe9434e8e34ebd4cf0c8499c.tar.gz mediapointer-dvb-s2-bbb2775af14dc145fe9434e8e34ebd4cf0c8499c.tar.bz2 |
Partial conversion from V4L1 to V4L2
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
This is part of the old V4L1->V4L2 bttv patch, ported to current tree
by Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
---
linux/drivers/media/video/bt8xx/Kconfig | 2
linux/drivers/media/video/bt8xx/bttv-driver.c | 663 +++++---------------------
linux/drivers/media/video/bt8xx/bttvp.h | 4
3 files changed, 131 insertions(+), 538 deletions(-)
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttvp.h')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttvp.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttvp.h b/linux/drivers/media/video/bt8xx/bttvp.h index c337b267c..1f27e74a9 100644 --- a/linux/drivers/media/video/bt8xx/bttvp.h +++ b/linux/drivers/media/video/bt8xx/bttvp.h @@ -476,10 +476,6 @@ struct bttv { extern unsigned int bttv_num; extern struct bttv bttvs[BTTV_MAX]; -/* private ioctls */ -#define BTTV_VERSION _IOR('v' , BASE_VIDIOCPRIVATE+6, int) -#define BTTV_VBISIZE _IOR('v' , BASE_VIDIOCPRIVATE+8, int) - #endif #define btwrite(dat,adr) writel((dat), btv->bt848_mmio+(adr)) |