| #include <linux/dvb/frontend.h> |
| #include "dvb_frontend.h" |
| /* the demodulator's i2c address */ |
| /* minimum delay before retuning */ |
| #if defined(CONFIG_DVB_SI21XX) || \ |
| (defined(CONFIG_DVB_SI21XX_MODULE) && defined(MODULE)) |
| extern struct dvb_frontend *si21xx_attach(const struct si21xx_config *config, |
| struct i2c_adapter *i2c); |
| static inline struct dvb_frontend *si21xx_attach( |
| const struct si21xx_config *config, struct i2c_adapter *i2c) |
| printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
| static inline int si21xx_writeregister(struct dvb_frontend *fe, u8 reg, u8 val) |
| r = fe->ops.write(fe, buf, 2); |