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:04:18 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-01-17 08:55:33 -0500
commitd575571e8eda92c2cfd727ef050d17e30878fee6 (patch)
tree1532db193f554f8ca8355b80e0bc13bcc57c309e /drivers/media/dvb/mantis/mantis_common.h
parentbc4ed42fdf762a2049b255de92626ad1cfd86d8e (diff)
V4L/DVB (13734): [Mantis] Initial go at an Event Manager
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.h2
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 24fc6da07fe2..f9891ebcfb0d 100644
--- a/drivers/media/dvb/mantis/mantis_common.h
+++ b/drivers/media/dvb/mantis/mantis_common.h
@@ -77,6 +77,8 @@ struct mantis_hwconfig {
77}; 77};
78 78
79struct mantis_pci { 79struct mantis_pci {
80 unsigned int verbose;
81
80 /* PCI stuff */ 82 /* PCI stuff */
81 u16 vendor_id; 83 u16 vendor_id;
82 u16 device_id; 84 u16 device_id;