blob: 5de47d4bef9a8138ba51add0785189bacdcc6fe0 [file] [log] [blame]
Antti Palosaari930a8732014-04-10 21:58:10 -03001#ifndef SI2157_H
2#define SI2157_H
3
4#include <linux/kconfig.h>
5#include "dvb_frontend.h"
6
7/*
8 * I2C address
9 * 0x60
10 */
11struct si2157_config {
12 /*
13 * frontend
14 */
15 struct dvb_frontend *fe;
16};
17
18#endif