summaryrefslogtreecommitdiff
path: root/video/vesa.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/vesa.h')
-rw-r--r--video/vesa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/vesa.h b/video/vesa.h
index 89cb680..1f6c12e 100644
--- a/video/vesa.h
+++ b/video/vesa.h
@@ -43,3 +43,5 @@ typedef struct ModeInfoBlock {
}vbemodeinfo;
uint32_t vesa_init(vbeinfo *info,vbemodeinfo *mode,foolfont *rawfont);
+void PutConsoleChar(char c, int color);
+void PutConsole(char *str, int color);