#ifndef __MFD_ALTERA_A10SR_H
#define __MFD_ALTERA_A10SR_H
#include <linux/completion.h>
#include <linux/list.h>
#include <linux/mfd/core.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#define WRITE_REG_MASK …
#define READ_REG_MASK …
#define ALTR_A10SR_BITS_PER_REGISTER …
#define ALTR_A10SR_REG_OFFSET(X) …
#define ALTR_A10SR_REG_BIT(X) …
#define ALTR_A10SR_REG_BIT_CHG(X, Y) …
#define ALTR_A10SR_REG_BIT_MASK(X) …
#define ALTR_A10SR_NOP …
#define ALTR_A10SR_VERSION_READ …
#define ALTR_A10SR_LED_REG …
#define ALTR_A10SR_LED_VALID_SHIFT …
#define ALTR_A10SR_OUT_VALID_RANGE_LO …
#define ALTR_A10SR_OUT_VALID_RANGE_HI …
#define ALTR_A10SR_PBDSW_REG …
#define ALTR_A10SR_PBDSW_IRQ_REG …
#define ALTR_A10SR_IN_VALID_RANGE_LO …
#define ALTR_A10SR_IN_VALID_RANGE_HI …
#define ALTR_A10SR_PWR_GOOD1_REG …
#define ALTR_A10SR_PWR_GOOD2_REG …
#define ALTR_A10SR_PWR_GOOD3_REG …
#define ALTR_A10SR_FMCAB_REG …
#define ALTR_A10SR_HPS_RST_REG …
#define ALTR_A10SR_USB_QSPI_REG …
#define ALTR_A10SR_SFPA_REG …
#define ALTR_A10SR_SFPB_REG …
#define ALTR_A10SR_I2C_M_REG …
#define ALTR_A10SR_WARM_RST_REG …
#define ALTR_A10SR_WR_KEY_REG …
#define ALTR_A10SR_PMBUS_REG …
struct altr_a10sr { … };
#endif