mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-22 14:41:42 +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…
Add table
Add a link
Reference in a new issue