]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fdt: add prototype for fdt_increase_size()
authorTimur Tabi <timur@freescale.com>
Tue, 3 May 2011 18:35:10 +0000 (13:35 -0500)
committerGerald Van Baren <gvb@unssw.com>
Fri, 15 Jul 2011 01:43:40 +0000 (21:43 -0400)
Add a prototype for fdt_increase_size() so that anyone can call it.

Signed-off-by: Timur Tabi <timur@freescale.com>
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);