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