summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/boot-x1000.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/boot-x1000.h')
-rw-r--r--firmware/target/mips/ingenic_x1000/boot-x1000.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/boot-x1000.h b/firmware/target/mips/ingenic_x1000/boot-x1000.h
index 9faba649b5..fa918a3ead 100644
--- a/firmware/target/mips/ingenic_x1000/boot-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/boot-x1000.h
@@ -51,6 +51,12 @@ void x1000_boot_linux(const void* source, size_t length,
51 void* load, void* entry, const char* args) 51 void* load, void* entry, const char* args)
52 __attribute__((section(".icode"))); 52 __attribute__((section(".icode")));
53 53
54/* dual boot support code */
55void x1000_dualboot_cleanup(void);
56void x1000_dualboot_init_clocktree(void);
57void x1000_dualboot_init_uart2(void);
58int x1000_dualboot_load_pdma_fw(void);
59
54/* Note: these functions are inlined to minimize SPL code size. 60/* Note: these functions are inlined to minimize SPL code size.
55 * They are private to the X1000 early boot code anyway... */ 61 * They are private to the X1000 early boot code anyway... */
56 62