summaryrefslogtreecommitdiff
path: root/src/include/console/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/console/console.h')
-rw-r--r--src/include/console/console.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/console/console.h b/src/include/console/console.h
index cea174c34e..ae2810c7b1 100644
--- a/src/include/console/console.h
+++ b/src/include/console/console.h
@@ -126,4 +126,8 @@ int do_printk(int msg_level, const char *fmt, ...) __attribute__((format(printf,
#define print_debug_hex32(HEX) printk_debug ("%08x", (HEX))
#define print_spew_hex32(HEX) printk_spew ("%08x", (HEX))
+#if CONFIG_CONSOLE_VGA == 1
+void vga_console_init(void);
+#endif
+
#endif /* CONSOLE_CONSOLE_H_ */