diff options
Diffstat (limited to 'kernel/include/dbglog.h')
-rw-r--r-- | kernel/include/dbglog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/include/dbglog.h b/kernel/include/dbglog.h index c8904c6..2f670e8 100644 --- a/kernel/include/dbglog.h +++ b/kernel/include/dbglog.h @@ -5,3 +5,5 @@ void dbglog_setup(); void dbg_print(const char* str); void dbg_printf(const char* format, ...); + +/* vim: set ts=4 sw=4 tw=0 noet :*/ |