diff options
Diffstat (limited to 'v4l/mt352.h')
-rw-r--r-- | v4l/mt352.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l/mt352.h b/v4l/mt352.h index 8bc032f7f..f5d8a5aed 100644 --- a/v4l/mt352.h +++ b/v4l/mt352.h @@ -61,6 +61,7 @@ extern struct dvb_frontend* mt352_attach(const struct mt352_config* config, struct i2c_adapter* i2c); extern int mt352_write(struct dvb_frontend* fe, u8* ibuf, int ilen); +extern int mt352_read(struct dvb_frontend *fe, u8 reg); #endif // MT352_H |