diff options
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/console.h b/kernel/console.h index e304773..b834289 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -18,7 +18,9 @@ //autoscroll void print_nextline(); +void print_string(char *str); void print_hex(uint16_t val); +void console_clear_screen(); //no autoscroll void print_str(int x,int y,char *str); |
