#ifndef SI2168_H #define SI2168_H #include /* * I2C address * 0x64 */ struct si2168_config { /* * frontend * returned by driver */ struct dvb_frontend **fe; /* * tuner I2C adapter * returned by driver */ struct i2c_adapter **i2c_adapter; }; #endif