Remove warnings from USB debug console code.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5683 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2010-08-04 19:29:11 +00:00
parent 8c4f31b3b5
commit 127e976ec2
8 changed files with 31 additions and 12 deletions

View File

@ -12,6 +12,9 @@ int console_tst_byte(void);
#if CONFIG_CONSOLE_VGA == 1
void vga_console_init(void);
#endif
#if CONFIG_USBDEBUG
#include <usbdebug.h>
#endif
struct console_driver {
void (*init)(void);