summaryrefslogtreecommitdiff
path: root/src/kernel/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/log.h')
-rw-r--r--src/kernel/log.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kernel/log.h b/src/kernel/log.h
new file mode 100644
index 0000000..ff2a7a2
--- /dev/null
+++ b/src/kernel/log.h
@@ -0,0 +1,9 @@
+#ifndef LOG_H
+#define LOG_H
+
+void init_log();
+
+void logch(char ch);
+void logsz(const char *sz);
+
+#endif \ No newline at end of file