diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-05 09:53:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-05-05 09:53:05 -0300 |
commit | 2e12ae62c18e7ed7546d06f59ced96a29331c3d5 (patch) | |
tree | a9f36f2ae0ac76a57f281b8da7fff4f828c791c4 /linux/drivers/media/dvb/frontends/tda10021.h | |
parent | 2c385b02114906a6056069225cc771449eaa7e5e (diff) | |
parent | 304dfa39df9db3695e21bd87ac2c84819c889359 (diff) | |
download | mediapointer-dvb-s2-2e12ae62c18e7ed7546d06f59ced96a29331c3d5.tar.gz mediapointer-dvb-s2-2e12ae62c18e7ed7546d06f59ced96a29331c3d5.tar.bz2 |
merge: http://linuxtv.org/hg/~quincy/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/tda10021.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda10021.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda10021.h b/linux/drivers/media/dvb/frontends/tda10021.h index 3fc338e0e..b1df4259b 100644 --- a/linux/drivers/media/dvb/frontends/tda10021.h +++ b/linux/drivers/media/dvb/frontends/tda10021.h @@ -35,4 +35,6 @@ struct tda10021_config extern struct dvb_frontend* tda10021_attach(const struct tda10021_config* config, struct i2c_adapter* i2c, u8 pwm); +extern int tda10021_write_byte(struct dvb_frontend* fe, int reg, int data); + #endif // TDA10021_H |