From 54e7efbbd0e0c88d99bb6bddb82e9fc8d90eae50 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 30 Nov 2014 19:58:32 +0100 Subject: Add debug output and a few elementary stdlib functions. --- kernel/include/dbglog.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kernel/include/dbglog.h (limited to 'kernel/include/dbglog.h') diff --git a/kernel/include/dbglog.h b/kernel/include/dbglog.h new file mode 100644 index 0000000..c8904c6 --- /dev/null +++ b/kernel/include/dbglog.h @@ -0,0 +1,7 @@ +#pragma once + +#include + +void dbglog_setup(); +void dbg_print(const char* str); +void dbg_printf(const char* format, ...); -- cgit v1.2.3