summaryrefslogtreecommitdiff
path: root/kernel/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/console.h')
-rw-r--r--kernel/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/console.h b/kernel/console.h
index e68a3b7..4c56a5a 100644
--- a/kernel/console.h
+++ b/kernel/console.h
@@ -4,6 +4,7 @@
#include <stdint.h>
uint32_t console_init();
+void console_put_char(uint8_t c,uint8_t color, uint32_t x, uint32_t y);
void console_put_char_white(char);
void console_put_char_red(char);
void console_put_char_green(char);