blob: 5a801aa382f70b54ee79ac46213b7c3950a6564e [file] [log] [blame]
Antti Palosaari845f3502014-04-10 22:00:50 -03001#ifndef SI2168_H
2#define SI2168_H
3
4#include <linux/dvb/frontend.h>
5/*
6 * I2C address
7 * 0x64
8 */
9struct si2168_config {
10 /*
11 * frontend
12 * returned by driver
13 */
14 struct dvb_frontend **fe;
15
16 /*
17 * tuner I2C adapter
18 * returned by driver
19 */
20 struct i2c_adapter **i2c_adapter;
21};
22
23#endif