diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 17:14:07 +0200 |
| commit | 29ea3208b004f15dafa48ae29a75ba7f0c093a74 (patch) | |
| tree | bc39ac9b187753e9a16dbac5bf9c2523b32097f9 /kernel/console.h | |
| parent | 819a4e871058f2dc4a2e255ecbe5a2c49cc8450c (diff) | |
working on vt52 layer
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 1 |
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); |
