commit | 0aa4b3733fb8e34a82e19eea7dc8dd9b79fad83d | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:58:02 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:36 2014 -0400 |
tree | 8fa50a91a79e6af83728236eba114e61cf0237c1 | |
parent | b57fb1bb0743598eb11275d2cf68ff09222dff33 [diff] |
fdt_support: add prototypes for __weak functions Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/include/fdt_support.h b/include/fdt_support.h index c3d1fbc..55cef94 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h
@@ -144,6 +144,8 @@ 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 */