From 29ea3208b004f15dafa48ae29a75ba7f0c093a74 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 17 May 2015 17:14:07 +0200 Subject: working on vt52 layer --- kernel/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/console.h') 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 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); -- cgit v1.2.3