console.c uses the generic table mechanism

This commit is contained in:
Michael Brown
2005-04-27 11:38:43 +00:00
parent 69f09ebdd8
commit 3e5bf5fb06
3 changed files with 8 additions and 10 deletions

View File

@@ -18,8 +18,8 @@
*/
#include "bios.h"
extern struct console_driver console_drivers[];
extern struct console_driver console_drivers_end[];
static struct console_driver console_drivers[0] __table_start ( console );
static struct console_driver console_drivers_end[0] __table_end ( console );
/*****************************************************************************
* putchar : write a single character to each console