aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/vga/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/io/vga/text_mode_display.h
parentef0c2b2bfe2de7721674521f11c583f943f77461 (diff)
downloadtinyOS-c68b5b688db76e00126302bbac669a5639949943.tar.xz
tinyOS-c68b5b688db76e00126302bbac669a5639949943.zip
Reorganise files
Diffstat (limited to 'kernel/io/vga/text_mode_display.h')
-rw-r--r--kernel/io/vga/text_mode_display.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/kernel/io/vga/text_mode_display.h b/kernel/io/vga/text_mode_display.h
deleted file mode 100644
index 6c46185..0000000
--- a/kernel/io/vga/text_mode_display.h
+++ /dev/null
@@ -1,7 +0,0 @@
-void vga_clear_screen();
-void vga_print(char *msg);
-void vga_print_ln(char *msg);
-void vga_set_text_colour(int foreground, int background);
-void vga_print_raw(unsigned char byte);
-void vga_backspace();
-void vga_newline(); \ No newline at end of file