mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
6 lines
150 B
C
6 lines
150 B
C
|
#ifndef _STV6111_H_
|
||
|
#define _STV6111_H_
|
||
|
struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
|
||
|
struct i2c_adapter *i2c, u8 adr);
|
||
|
#endif
|