Move serial console functions to obio.c

git-svn-id: svn://coreboot.org/openbios/openbios-devel@317 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-23 12:07:07 +00:00
parent 1bda0943db
commit 37cc208996
4 changed files with 175 additions and 203 deletions

View File

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