summaryrefslogtreecommitdiff
path: root/userspace/xterm/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/xterm/vesa.h')
-rw-r--r--userspace/xterm/vesa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/userspace/xterm/vesa.h b/userspace/xterm/vesa.h
new file mode 100644
index 0000000..16a52f1
--- /dev/null
+++ b/userspace/xterm/vesa.h
@@ -0,0 +1,2 @@
+void vesa_update_cursor(uint32_t col,uint32_t row);
+void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_t x, uint32_t y);