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.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/include/asm-i386/u-boot-i386.h b/include/asm-i386/u-boot-i386.h
index 6e5e059592..12d10a78a0 100644
--- a/include/asm-i386/u-boot-i386.h
+++ b/include/asm-i386/u-boot-i386.h
@@ -46,8 +46,15 @@ int cpu_init(void);
int timer_init(void);
/* board/.../... */
-int board_init(void);
-int dram_init (void);
+int board_init(void);
+int dram_init(void);
+
+void isa_unmap_rom(u32 addr);
+u32 isa_map_rom(u32 bus_addr, int size);
+
+/* lib_i386/... */
+int video_bios_init(void);
+int video_init(void);
#endif /* _U_BOOT_I386_H_ */