diff options
Diffstat (limited to 'sys/boot/uboot/lib/libuboot.h')
-rw-r--r-- | sys/boot/uboot/lib/libuboot.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/uboot/lib/libuboot.h b/sys/boot/uboot/lib/libuboot.h index 1f63bee..bf07ad3 100644 --- a/sys/boot/uboot/lib/libuboot.h +++ b/sys/boot/uboot/lib/libuboot.h @@ -69,3 +69,9 @@ struct file_format; extern struct file_format uboot_elf; void reboot(void); + +#if defined(LOADER_FDT_SUPPORT) +extern int fdt_setup_fdtp(); +extern int fdt_copy(vm_offset_t); +#endif + |