summaryrefslogtreecommitdiff
path: root/kernel/console.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-09 01:47:36 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-09 01:47:36 +0100
commit7e965f276c47d29969f5470533d40df03536d190 (patch)
tree36f159e7a8ae31274a51e721d00ce6d9a40d63ba /kernel/console.h
parent40aef7cf75fe26aa34207bc2afa2bfaa211e354f (diff)
experimenting with VESA modes
Diffstat (limited to 'kernel/console.h')
-rw-r--r--kernel/console.h3
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);