dddvb/frontends/stv6111.h

6 lines
150 B
C
Raw Permalink Normal View History

2015-08-05 17:22:42 +02:00
#ifndef _STV6111_H_
#define _STV6111_H_
struct dvb_frontend *stv6111_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 adr);
#endif