dddvb/frontends/drxk.h

11 lines
214 B
C
Raw Normal View History

2015-08-05 17:22:42 +02:00
#ifndef _DRXK_H_
#define _DRXK_H_
#include <linux/types.h>
#include <linux/i2c.h>
extern struct dvb_frontend *drxk_attach(struct i2c_adapter *i2c,
u8 adr,
struct dvb_frontend **fe_t);
#endif