Skip to content
Snippets Groups Projects
Commit d50b07df authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

fdt_support: add prototypes for __weak functions

parent 6f38477d
Branches
Tags
No related merge requests found
...@@ -144,6 +144,8 @@ static inline u64 of_read_number(const fdt32_t *cell, int size) ...@@ -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, void of_bus_default_count_cells(void *blob, int parentoffset,
int *addrc, int *sizec); int *addrc, int *sizec);
int ft_verify_fdt(void *fdt);
int arch_fixup_memory_node(void *blob);
#endif /* ifdef CONFIG_OF_LIBFDT */ #endif /* ifdef CONFIG_OF_LIBFDT */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment