mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
power/pmic.h: Add prototype for power_init_board.
As this is a weak function that we may override, provide a prototype for it. Cc: Łukasz Majewski <l.majewski@samsung.com> Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
4c8014b942
commit
5c44dd6bbd
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ struct pmic {
|
|||
};
|
||||
|
||||
int pmic_init(unsigned char bus);
|
||||
int power_init_board(void);
|
||||
int pmic_dialog_init(unsigned char bus);
|
||||
int check_reg(struct pmic *p, u32 reg);
|
||||
struct pmic *pmic_alloc(void);
|
||||
|
|
Loading…
Reference in a new issue