diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-04 11:18:27 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 16:55:36 +0300 |
commit | 990f8d1e161429ee1a0e9708f7989543e4648f73 (patch) | |
tree | 97a80b1bf4c3cb67b231ab6e0d1e0b6953c79463 /drivers/media/dvb/mantis/mantis_common.h | |
parent | fb6de9c5fe13fd5cd866c49204e6bd91d73f83b0 (diff) | |
download | linux-990f8d1e161429ee1a0e9708f7989543e4648f73.tar.xz |
V4L/DVB (13754): [Mantis] CAM_CONTROL: Implement TS control
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_common.h')
-rw-r--r-- | drivers/media/dvb/mantis/mantis_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h index 49f2f118b498..ac3eefec0a7b 100644 --- a/drivers/media/dvb/mantis/mantis_common.h +++ b/drivers/media/dvb/mantis/mantis_common.h @@ -153,6 +153,8 @@ extern int mantis_dvb_exit(struct mantis_pci *mantis); extern void mantis_dma_xfer(unsigned long data); extern void gpio_set_bits(struct mantis_pci *mantis, u32 bitpos, u8 value); +extern void mantis_set_direction(struct mantis_pci *mantis, int direction); + extern int mantis_ca_init(struct mantis_pci *mantis); extern void mantis_ca_exit(struct mantis_pci *mantis); |