aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/graphics/vesa.h')
-rw-r--r--src/kernel/graphics/vesa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/graphics/vesa.h b/src/kernel/graphics/vesa.h
index 039a549..0a8bd60 100644
--- a/src/kernel/graphics/vesa.h
+++ b/src/kernel/graphics/vesa.h
@@ -135,6 +135,12 @@ void vbe_set_mode(unsigned short mode);
void set_optimal_resolution();
/**
+ * Draw a char from keyboard
+ * @param ch
+ */
+void vesa_keyboard_char(char ch);
+
+/**
* Draw a string in VESA mode
* @param ch
*/