4 #include <linux/types.h>
7 #include <media/dvb_frontend.h>
19 int (*fw_read
)(void *priv
, u8
*buf
, u32 len
);
23 #if IS_REACHABLE(CONFIG_DVB_MXL5XX)
25 extern struct dvb_frontend
*mxl5xx_attach(struct i2c_adapter
*i2c
,
26 struct mxl5xx_cfg
*cfg
, u32 demod
, u32 tuner
,
27 int (**fn_set_input
)(struct dvb_frontend
*, int));
31 static inline struct dvb_frontend
*mxl5xx_attach(struct i2c_adapter
*i2c
,
32 struct mxl5xx_cfg
*cfg
, u32 demod
, u32 tuner
,
33 int (**fn_set_input
)(struct dvb_frontend
*, int))
35 pr_warn("%s: driver disabled by Kconfig\n", __func__
);
39 #endif /* CONFIG_DVB_MXL5XX */
41 #endif /* _MXL5XX_H_ */