aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/text_mode_diplay.h
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 16:21:37 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2018-08-28 16:21:37 +0100
commitd5cf6a9696f6f86bec5652f94ba7485aae4ca1bc (patch)
treef49de1a27255090ac38c222dede7b9c6fda06eef /kernel/io/text_mode_diplay.h
parente88de0162cff8bbad80972c1b92355b9d2db0213 (diff)
downloadtinyOS-d5cf6a9696f6f86bec5652f94ba7485aae4ca1bc.tar.xz
tinyOS-d5cf6a9696f6f86bec5652f94ba7485aae4ca1bc.zip
Add print_ln function
Diffstat (limited to 'kernel/io/text_mode_diplay.h')
-rw-r--r--kernel/io/text_mode_diplay.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/io/text_mode_diplay.h b/kernel/io/text_mode_diplay.h
new file mode 100644
index 0000000..d2d1180
--- /dev/null
+++ b/kernel/io/text_mode_diplay.h
@@ -0,0 +1,3 @@
+void clear_screen();
+void print(char *msg);
+void print_ln(char *msg); \ No newline at end of file