summaryrefslogtreecommitdiff
path: root/kernel/log.h
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-08-16 15:34:00 +0200
committerClifford Wolf <clifford@clifford.at>2014-08-16 15:34:00 +0200
commitdbdf89c7054a3f249d7579cb50d10b72b1ac592d (patch)
tree2af0cc960e08ff95065ea308d801a78e48b6c373 /kernel/log.h
parent674f421b476295d3376ec00644181fc9be02ccaf (diff)
Added log_spacer()
Diffstat (limited to 'kernel/log.h')
-rw-r--r--kernel/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/log.h b/kernel/log.h
index 037a62a3..b1c44b46 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -51,6 +51,7 @@ void log_header(const char *format, ...) __attribute__ ((format (printf, 1, 2)))
void log_error(const char *format, ...) __attribute__ ((format (printf, 1, 2))) __attribute__ ((noreturn));
void log_cmd_error(const char *format, ...) __attribute__ ((format (printf, 1, 2))) __attribute__ ((noreturn));
+void log_spacer();
void log_push();
void log_pop();