mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
11 lines
204 B
C
11 lines
204 B
C
#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
|