summaryrefslogtreecommitdiffstats
path: root/include/fdt_support.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:58:02 +0200
committerTom Rini <trini@ti.com>2014-10-25 15:27:36 -0400
commitd50b07df2864561cc8043ab39fe7b62a912fc0a5 (patch)
tree8fa50a91a79e6af83728236eba114e61cf0237c1 /include/fdt_support.h
parent6f38477d3ad4cbe7d9efa9344dec805144828b2e (diff)
downloadblackbird-obmc-uboot-d50b07df2864561cc8043ab39fe7b62a912fc0a5.tar.gz
blackbird-obmc-uboot-d50b07df2864561cc8043ab39fe7b62a912fc0a5.zip
fdt_support: add prototypes for __weak functions
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r--include/fdt_support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h
index c3d1fbcf35..55cef94358 100644
--- a/include/fdt_support.h
+++ b/include/fdt_support.h
@@ -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 */
OpenPOWER on IntegriCloud