Add EBUS bridge, refactor PC serial and keyboard, generalize floppy

git-svn-id: svn://coreboot.org/openbios/openbios-devel@377 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-10 11:37:34 +00:00
parent 0c3877f095
commit 91a9c7865a
15 changed files with 508 additions and 398 deletions

View File

@@ -21,7 +21,6 @@ int openbios(void);
/* console.c */
#ifdef CONFIG_DEBUG_CONSOLE
extern int uart_init(int port, unsigned long speed);
extern void video_init(void);
#endif