mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02: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
|