diff options
Diffstat (limited to 'board/freescale/common/pfuze.h')
-rw-r--r-- | board/freescale/common/pfuze.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/common/pfuze.h b/board/freescale/common/pfuze.h index 7a4126cca0..53cfc99225 100644 --- a/board/freescale/common/pfuze.h +++ b/board/freescale/common/pfuze.h @@ -8,5 +8,6 @@ #define __PFUZE_BOARD_HELPER__ struct pmic *pfuze_common_init(unsigned char i2cbus); +int pfuze_mode_init(struct pmic *p, u32 mode); #endif |