aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/text_mode_diplay.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 18:02:17 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 18:02:17 +0100
commit326526206eface026e6ec291d75cd037dbec6609 (patch)
tree3b7236a4024ba183d9f512b51072343436dbdbfa /kernel/io/text_mode_diplay.h
parentd5cf6a9696f6f86bec5652f94ba7485aae4ca1bc (diff)
downloadtinyOS-326526206eface026e6ec291d75cd037dbec6609.tar.xz
tinyOS-326526206eface026e6ec291d75cd037dbec6609.zip
Add text colour manipulation
Diffstat (limited to 'kernel/io/text_mode_diplay.h')
-rw-r--r--kernel/io/text_mode_diplay.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/io/text_mode_diplay.h b/kernel/io/text_mode_diplay.h
deleted file mode 100644
index d2d1180..0000000
--- a/kernel/io/text_mode_diplay.h
+++ /dev/null
@@ -1,3 +0,0 @@
-void clear_screen();
-void print(char *msg);
-void print_ln(char *msg); \ No newline at end of file