aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/vga/text_mode_diplay.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2019-05-25 20:11:52 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2019-05-25 20:11:52 +0100
commit506f1691f1ca7b562d82ab6f2280b87d0e4af84c (patch)
treebdb403c000cd15ab29cbce8b3bcec5077d6f9655 /kernel/io/vga/text_mode_diplay.h
parentc1d948ce1973d9be37a43718f548776a0061807b (diff)
downloadtinyOS-506f1691f1ca7b562d82ab6f2280b87d0e4af84c.tar.xz
tinyOS-506f1691f1ca7b562d82ab6f2280b87d0e4af84c.zip
Add keyboard support
Diffstat (limited to 'kernel/io/vga/text_mode_diplay.h')
-rw-r--r--kernel/io/vga/text_mode_diplay.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/io/vga/text_mode_diplay.h b/kernel/io/vga/text_mode_diplay.h
deleted file mode 100644
index 9441925..0000000
--- a/kernel/io/vga/text_mode_diplay.h
+++ /dev/null
@@ -1,4 +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); \ No newline at end of file