summaryrefslogtreecommitdiffstats
path: root/include/fsl_pmic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fsl_pmic.h')
-rw-r--r--include/fsl_pmic.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/fsl_pmic.h b/include/fsl_pmic.h
index e3abde6e4d..742f2e19f9 100644
--- a/include/fsl_pmic.h
+++ b/include/fsl_pmic.h
@@ -99,6 +99,7 @@ enum {
REG_TEST2,
REG_TEST3,
REG_TEST4,
+ PMIC_NUM_OF_REGS,
};
/* REG_POWER_MISC */
@@ -121,8 +122,4 @@ enum {
/* Interrupt status 1 */
#define RTCRSTI (1 << 7)
-void pmic_show_pmic_info(void);
-void pmic_reg_write(u32 reg, u32 value);
-u32 pmic_reg_read(u32 reg);
-
#endif
OpenPOWER on IntegriCloud