summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/mt2063.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2011-07-20 22:00:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-01-04 22:18:32 -0200
commitf867695a0f6d7133f5e7ebc9a5ba9be7ccff6c03 (patch)
treeea5c3add664833819b16cce0bfb844015830b27a /drivers/media/common/tuners/mt2063.h
parent059cd82d25e84b36df4fa4280135f9e3806279f4 (diff)
[media] mt2063: get rid of compilation warnings
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/mt2063.h')
-rw-r--r--drivers/media/common/tuners/mt2063.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/mt2063.h b/drivers/media/common/tuners/mt2063.h
index abc1efc24052..5dece2c314ce 100644
--- a/drivers/media/common/tuners/mt2063.h
+++ b/drivers/media/common/tuners/mt2063.h
@@ -524,7 +524,7 @@ struct mt2063_state {
struct dvb_tuner_ops ops;
struct dvb_frontend *frontend;
struct tuner_state status;
- const struct MT2063_Info_t *MT2063_ht;
+ struct MT2063_Info_t *MT2063_ht;
bool MT2063_init;
enum MTTune_atv_standard tv_type;
@@ -549,6 +549,15 @@ static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
return NULL;
}
+unsigned int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
+ u32 bw_in,
+ enum MTTune_atv_standard tv_type);
+
+unsigned int mt2063_lockStatus(struct dvb_frontend *fe);
+unsigned int tuner_MT2063_Open(struct dvb_frontend *fe);
+unsigned int tuner_MT2063_SoftwareShutdown(struct dvb_frontend *fe);
+unsigned int tuner_MT2063_ClearPowerMaskBits(struct dvb_frontend *fe);
+
#endif /* CONFIG_DVB_MT2063 */
#endif /* __MT2063_H__ */