fdt: refactor fdt resize code
[platform/kernel/u-boot.git] / include / fdt_support.h
index f14ab68..aa0fc58 100644 (file)
@@ -69,6 +69,7 @@ void ft_pci_setup(void *blob, bd_t *bd);
 #endif
 
 void set_working_fdt_addr(void *addr);
+int fdt_resize(void *blob);
 
 #endif /* ifdef CONFIG_OF_LIBFDT */
 #endif /* ifndef __FDT_SUPPORT_H */