summaryrefslogtreecommitdiffstats
path: root/src/core/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/console.c')
-rw-r--r--src/core/console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/console.c b/src/core/console.c
index 6e92cb54f..2fbf86380 100644
--- a/src/core/console.c
+++ b/src/core/console.c
@@ -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