diff options
author | Timur Tabi <timur@freescale.com> | 2011-05-03 13:35:10 -0500 |
---|---|---|
committer | Gerald Van Baren <gvb@unssw.com> | 2011-07-14 21:43:40 -0400 |
commit | b3606f141e56df972b5caf5e2316d652f0089ee6 (patch) | |
tree | 34a4c0f69525682067c2376e3656b66208c44924 /include/fdt_support.h | |
parent | bb682001f16504c2885a4ce5f82bff79df7a83c9 (diff) |
fdt: add prototype for fdt_increase_size()
Add a prototype for fdt_increase_size() so that anyone can call it.
Signed-off-by: Timur Tabi <timur@freescale.com>
Diffstat (limited to 'include/fdt_support.h')
-rw-r--r-- | include/fdt_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fdt_support.h b/include/fdt_support.h index cefc990690b..382f63221dd 100644 --- a/include/fdt_support.h +++ b/include/fdt_support.h @@ -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); |