]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-i386/u-boot-i386.h
* Patch by Marc Singer, 29 May 2003:
[karo-tx-uboot.git] / include / asm-i386 / u-boot-i386.h
index 6e5e05959251a3c0dbbca14af16dcbffb83d39eb..12d10a78a0502bbce4362af57c914ad21aa8af50 100644 (file)
@@ -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_ */