]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fdt_support.h
fdt: add prototype for fdt_increase_size()
[karo-tx-uboot.git] / include / fdt_support.h
index cefc990690bb9333681557cc8171f8b9815dcfd8..382f63221ddf7092a983c7c74e007e48dfa24168 100644 (file)
@@ -79,6 +79,7 @@ void ft_pci_setup(void *blob, bd_t *bd);
 
 void set_working_fdt_addr(void *addr);
 int fdt_resize(void *blob);
+int fdt_increase_size(void *fdt, int add_len);
 
 int fdt_fixup_nor_flash_size(void *blob);