diff options
author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-01-09 18:25:09 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 18:25:09 +0100 |
commit | effa791c22ef2f944b4621c94150e129fe1af28b (patch) | |
tree | 0c8252490553e100b61631520b6203399d870b6d /drivers/media/dvb/frontends/stv0299.h | |
parent | DVB (2451): Add support for KWorld DVB-S 100, based on the same chips as Haup... (diff) | |
download | linux-effa791c22ef2f944b4621c94150e129fe1af28b.tar.xz linux-effa791c22ef2f944b4621c94150e129fe1af28b.zip |
DVB (2454): Port code for SU1278/SH2 (TUA6100) from pre-refactored code
- Port code for SU1278/SH2 (TUA6100) from pre-refactored code
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/dvb/frontends/stv0299.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv0299.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv0299.h b/drivers/media/dvb/frontends/stv0299.h index 9af3d71c89db..32c87b4c2f13 100644 --- a/drivers/media/dvb/frontends/stv0299.h +++ b/drivers/media/dvb/frontends/stv0299.h @@ -94,6 +94,7 @@ struct stv0299_config }; extern int stv0299_writereg (struct dvb_frontend* fe, u8 reg, u8 data); +extern int stv0299_enable_plli2c (struct dvb_frontend* fe); extern struct dvb_frontend* stv0299_attach(const struct stv0299_config* config, struct i2c_adapter* i2c); |