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