blob: d5b6f9fe4d7c9c7ac627d9e4f65650f9a9a6cb00 [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;
Mauro Carvalho Chehabe076c922011-07-09 13:06:12 -03009 u32 single_master : 1;
Mauro Carvalho Chehab0fc55e82011-07-09 12:36:58 -030010};
11
12extern struct dvb_frontend *drxk_attach(const struct drxk_config *config,
13 struct i2c_adapter *i2c,
Ralph Metzler43dd07f2011-07-03 13:42:18 -030014 struct dvb_frontend **fe_t);
15#endif