blob: a7b295f82a861eb6489b202df1f7015d93b8f20d [file] [log] [blame]
Ralph Metzler43dd07f2011-07-03 13:42:18 -03001#ifndef _DRXK_H_
2#define _DRXK_H_
3
4#include <linux/types.h>
5#include <linux/i2c.h>
6
Mauro Carvalho Chehab0fc55e82011-07-09 12:36:58 -03007struct drxk_config {
8 u8 adr;
9};
10
11extern struct dvb_frontend *drxk_attach(const struct drxk_config *config,
12 struct i2c_adapter *i2c,
Ralph Metzler43dd07f2011-07-03 13:42:18 -030013 struct dvb_frontend **fe_t);
14#endif