aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2015-02-06 22:12:53 -0500
committerFranklin Wei <frankhwei536@gmail.com>2015-02-06 22:12:53 -0500
commit518209098b9f6ea5586537c59b1193d65273bf27 (patch)
treeb125dbeb9320d01f942248efc4a87de88b9b89d5 /kernel/include
parent8628212ff69abf10c94304035efbab97ed9e06f8 (diff)
downloadkappa-518209098b9f6ea5586537c59b1193d65273bf27.zip
kappa-518209098b9f6ea5586537c59b1193d65273bf27.tar.gz
kappa-518209098b9f6ea5586537c59b1193d65273bf27.tar.bz2
kappa-518209098b9f6ea5586537c59b1193d65273bf27.tar.xz
add a really messy logging module
Diffstat (limited to 'kernel/include')
-rw-r--r--kernel/include/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/include/log.h b/kernel/include/log.h
new file mode 100644
index 0000000..73a5545
--- /dev/null
+++ b/kernel/include/log.h
@@ -0,0 +1 @@
+void klog(const char*, ...);