mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
fdt_support: add prototypes for __weak functions
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
6f38477d3a
commit
d50b07df28
@ -144,6 +144,8 @@ static inline u64 of_read_number(const fdt32_t *cell, int size)
|
||||
|
||||
void of_bus_default_count_cells(void *blob, int parentoffset,
|
||||
int *addrc, int *sizec);
|
||||
int ft_verify_fdt(void *fdt);
|
||||
int arch_fixup_memory_node(void *blob);
|
||||
|
||||
#endif /* ifdef CONFIG_OF_LIBFDT */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user