diff options
Diffstat (limited to 'kernel/console.h')
| -rw-r--r-- | kernel/console.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/console.h b/kernel/console.h index 8d19f77..e68a3b7 100644 --- a/kernel/console.h +++ b/kernel/console.h @@ -1,8 +1,9 @@ #ifndef CONSOLE_H #define CONSOLE_H +#include <stdint.h> -void console_init(); +uint32_t console_init(); void console_put_char_white(char); void console_put_char_red(char); void console_put_char_green(char); |
