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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/boot-x1000.h b/firmware/target/mips/ingenic_x1000/boot-x1000.h
index 620d7de89a..9faba649b5 100644
--- a/firmware/target/mips/ingenic_x1000/boot-x1000.h
+++ b/firmware/target/mips/ingenic_x1000/boot-x1000.h
@@ -47,6 +47,9 @@ enum {
47 47
48void x1000_boot_rockbox(const void* source, size_t length) 48void x1000_boot_rockbox(const void* source, size_t length)
49 __attribute__((section(".icode"))); 49 __attribute__((section(".icode")));
50void x1000_boot_linux(const void* source, size_t length,
51 void* load, void* entry, const char* args)
52 __attribute__((section(".icode")));
50 53
51/* Note: these functions are inlined to minimize SPL code size. 54/* Note: these functions are inlined to minimize SPL code size.
52 * They are private to the X1000 early boot code anyway... */ 55 * They are private to the X1000 early boot code anyway... */