aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_common.h
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2009-12-04 03:03:35 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 08:55:33 -0500
commitbc4ed42fdf762a2049b255de92626ad1cfd86d8e (patch)
tree5cc1d2614fd8d439a402303950462e2b4b9bd1cb /drivers/media/dvb/mantis/mantis_common.h
parentdd827da1e7d6ecf81883af68731cf0f1c2393c6d (diff)
V4L/DVB (13733): [Mantis] Start with the PCMCIA interface
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/mantis_common.h b/drivers/media/dvb/mantis/mantis_common.h
index 34d2389f312b..24fc6da07fe2 100644
--- a/drivers/media/dvb/mantis/mantis_common.h
+++ b/drivers/media/dvb/mantis/mantis_common.h
@@ -35,6 +35,8 @@
35#include <linux/i2c.h> 35#include <linux/i2c.h>
36#include "mantis_reg.h" 36#include "mantis_reg.h"
37 37
38#include "mantis_link.h"
39
38#define MANTIS_ERROR 0 40#define MANTIS_ERROR 0
39#define MANTIS_NOTICE 1 41#define MANTIS_NOTICE 1
40#define MANTIS_INFO 2 42#define MANTIS_INFO 2
@@ -134,6 +136,8 @@ struct mantis_pci {
134 136
135 /* A12 A13 A14 */ 137 /* A12 A13 A14 */
136 int gpio_status; 138 int gpio_status;
139
140 struct mantis_ca *mantis_ca;
137}; 141};
138 142
139extern unsigned int verbose; 143extern unsigned int verbose;