aboutsummaryrefslogtreecommitdiff
path: root/include/kernel/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/log.h')
-rw-r--r--include/kernel/log.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/kernel/log.h b/include/kernel/log.h
new file mode 100644
index 0000000..1a28c0d
--- /dev/null
+++ b/include/kernel/log.h
@@ -0,0 +1,3 @@
+void log_putchar(int);
+void log_puts(const char*);
+void log(const char*, ...);