aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/mantis/mantis_vp2033.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/mantis/mantis_vp2033.h')
-rw-r--r--drivers/media/dvb/mantis/mantis_vp2033.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.h b/drivers/media/dvb/mantis/mantis_vp2033.h
index 29baba180961..513c491942cb 100644
--- a/drivers/media/dvb/mantis/mantis_vp2033.h
+++ b/drivers/media/dvb/mantis/mantis_vp2033.h
@@ -21,10 +21,14 @@
21#ifndef __MANTIS_VP2033_H 21#ifndef __MANTIS_VP2033_H
22#define __MANTIS_VP2033_H 22#define __MANTIS_VP2033_H
23 23
24#include "cu1216.h"
25#include "dvb_frontend.h" 24#include "dvb_frontend.h"
25#include "mantis_common.h"
26#include "cu1216.h"
27
28#define MANTIS_VP_2033_DVB_C 0x0008
26 29
27extern struct cu1216_config philips_cu1216_config; 30extern struct cu1216_config philips_cu1216_config;
31extern struct mantis_hwconfig vp2033_mantis_config;
28 32
29extern int philips_cu1216_tuner_set(struct dvb_frontend *fe, 33extern int philips_cu1216_tuner_set(struct dvb_frontend *fe,
30 struct dvb_frontend_parameters *params); 34 struct dvb_frontend_parameters *params);