浏览代码

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>
Timur Tabi 14 年之前
父节点
当前提交
b3606f141e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/fdt_support.h

+ 1 - 0
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);