EXYNOS5: Enable console multiplexing in u-boot
[pandora-u-boot.git] / include / libfdt.h
index 4589c5f..c93ae28 100644 (file)
@@ -1014,6 +1014,7 @@ int fdt_finish(void *fdt);
 /* Read-write functions                                               */
 /**********************************************************************/
 
+int fdt_create_empty_tree(void *buf, int bufsize);
 int fdt_open_into(const void *fdt, void *buf, int bufsize);
 int fdt_pack(void *fdt);