aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/vga/text_mode_diplay.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 19:01:50 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 19:01:50 +0100
commit05295faee701148e2b4fcb6ebde09826d32bab05 (patch)
tree0b9a3a4816539416d7d1fa8a25a934f2bd1206fe /kernel/io/vga/text_mode_diplay.h
parent326526206eface026e6ec291d75cd037dbec6609 (diff)
downloadtinyOS-05295faee701148e2b4fcb6ebde09826d32bab05.tar.xz
tinyOS-05295faee701148e2b4fcb6ebde09826d32bab05.zip
Demo colours
Diffstat (limited to 'kernel/io/vga/text_mode_diplay.h')
-rw-r--r--kernel/io/vga/text_mode_diplay.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/io/vga/text_mode_diplay.h b/kernel/io/vga/text_mode_diplay.h
index 269a6ce..9441925 100644
--- a/kernel/io/vga/text_mode_diplay.h
+++ b/kernel/io/vga/text_mode_diplay.h
@@ -1,4 +1,4 @@
-void clear_screen();
-void print(char *msg);
-void print_ln(char *msg);
-void set_text_colour(int foreground, int background); \ No newline at end of file
+void vga_clear_screen();
+void vga_print(char *msg);
+void vga_print_ln(char *msg);
+void vga_set_text_colour(int foreground, int background); \ No newline at end of file