aboutsummaryrefslogtreecommitdiff
path: root/kernel/gpu/text_mode/display.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-05-26 15:32:53 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2019-05-26 15:32:53 +0100
commitc68b5b688db76e00126302bbac669a5639949943 (patch)
tree1260c4fc3c4ea24a5bdfbcc3652670e33a74d71c /kernel/gpu/text_mode/display.h
parentef0c2b2bfe2de7721674521f11c583f943f77461 (diff)
downloadtinyOS-c68b5b688db76e00126302bbac669a5639949943.tar.xz
tinyOS-c68b5b688db76e00126302bbac669a5639949943.zip
Reorganise files
Diffstat (limited to 'kernel/gpu/text_mode/display.h')
-rw-r--r--kernel/gpu/text_mode/display.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/gpu/text_mode/display.h b/kernel/gpu/text_mode/display.h
new file mode 100644
index 0000000..f4f3724
--- /dev/null
+++ b/kernel/gpu/text_mode/display.h
@@ -0,0 +1,7 @@
+void scrn_clear();
+void scrn_print(char *msg);
+void scrn_println(char *msg);
+void scrn_set_text_colour(int foreground, int background);
+void scrn_putchar(unsigned char byte);
+void scrn_backspace();
+void scrn_newline(); \ No newline at end of file