#ifndef __HI6421_PMIC_H
#define __HI6421_PMIC_H
#define HI6421_REG_TO_BUS_ADDR(x) …
#define HI6421_REG_MAX …
#define HI6421_OCP_DEB_CTRL_REG …
#define HI6421_OCP_DEB_SEL_MASK …
#define HI6421_OCP_DEB_SEL_8MS …
#define HI6421_OCP_DEB_SEL_16MS …
#define HI6421_OCP_DEB_SEL_32MS …
#define HI6421_OCP_DEB_SEL_64MS …
#define HI6421_OCP_EN_DEBOUNCE_MASK …
#define HI6421_OCP_EN_DEBOUNCE_ENABLE …
#define HI6421_OCP_AUTO_STOP_MASK …
#define HI6421_OCP_AUTO_STOP_ENABLE …
struct hi6421_pmic { … };
enum hi6421_type { … };
#endif