#ifndef _ISL6405_H
#define _ISL6405_H
#include <linux/dvb/frontend.h>
#define ISL6405_SR …
#define ISL6405_OLF1 …
#define ISL6405_EN1 …
#define ISL6405_VSEL1 …
#define ISL6405_LLC1 …
#define ISL6405_ENT1 …
#define ISL6405_ISEL1 …
#define ISL6405_DCL …
#define ISL6405_OLF2 …
#define ISL6405_OTF …
#define ISL6405_EN2 …
#define ISL6405_VSEL2 …
#define ISL6405_LLC2 …
#define ISL6405_ENT2 …
#define ISL6405_ISEL2 …
#if IS_REACHABLE(CONFIG_DVB_ISL6405)
extern struct dvb_frontend *isl6405_attach(struct dvb_frontend *fe, struct i2c_adapter *i2c,
u8 i2c_addr, u8 override_set, u8 override_clear);
#else
static inline struct dvb_frontend *isl6405_attach(struct dvb_frontend *fe,
struct i2c_adapter *i2c, u8 i2c_addr,
u8 override_set, u8 override_clear)
{
printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
return NULL;
}
#endif
#endif