summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/console.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/console.h b/src/include/console.h
index 55ce73095..146fd9c3e 100644
--- a/src/include/console.h
+++ b/src/include/console.h
@@ -3,6 +3,7 @@
#include "stdint.h"
#include "vsprintf.h"
+#include "tables.h"
/*
* Consoles that cannot be used before their INIT_FN() has completed
@@ -18,7 +19,7 @@ struct console_driver {
};
#define __console_driver \
- __attribute__ (( used, __section__ ( ".drivers.console" ) ))
+ __attribute__ (( used, __table_section ( console, 01 ) ))
/* Function prototypes */