summaryrefslogtreecommitdiff
path: root/include/asm-i386/u-boot-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/u-boot-i386.h')
-rw-r--r--include/asm-i386/u-boot-i386.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-i386/u-boot-i386.h b/include/asm-i386/u-boot-i386.h
index 12d10a78a..9a60cacd1 100644
--- a/include/asm-i386/u-boot-i386.h
+++ b/include/asm-i386/u-boot-i386.h
@@ -45,6 +45,12 @@ extern ulong i386boot_bios_size; /* size of BIOS emulation code */
int cpu_init(void);
int timer_init(void);
+/* cpu/.../interrupts.c */
+int cpu_init_interrupts(void);
+
+/* cpu/.../exceptions.c */
+int cpu_init_exceptions(void);
+
/* board/.../... */
int board_init(void);
int dram_init(void);