aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/vga_t.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/vga_t.hpp')
-rw-r--r--src/drivers/vga_t.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/vga_t.hpp b/src/drivers/vga_t.hpp
index dd947bd..bf553bf 100644
--- a/src/drivers/vga_t.hpp
+++ b/src/drivers/vga_t.hpp
@@ -16,6 +16,8 @@ typedef struct VIDEO_STATE {
u8 fg;
} VIDEO_STATE;
+void vga_t_init();
+
/**
* Print char
*/