mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 11:00:27 +03:00
console.c uses the generic table mechanism
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user