diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-14 20:24:21 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-14 20:24:21 +0200 |
| commit | fb8a5f18835e8811dd1a98b8eb5352151fc2df31 (patch) | |
| tree | ccc6d426c8d342374fbad1e3243449a8de278770 /kernel/console.h | |
| parent | ce3968aa4a941e272171f8fcd389c4909a7a23a5 (diff) | |
little improvements and setting py file for completer
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 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); |
