summaryrefslogtreecommitdiff
path: root/kern/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/log.h')
-rw-r--r--kern/log.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kern/log.h b/kern/log.h
index 2f7882bd..554dbb27 100644
--- a/kern/log.h
+++ b/kern/log.h
@@ -85,6 +85,12 @@ int log_vdebug(const char *format, va_list ap)
__attribute__((format(printf, 1, 0)));
/*
+ * The bulletin returned by this function is used to notify the initial log
+ * dump so that console output is well ordered.
+ */
+struct bulletin * log_get_bulletin(void);
+
+/*
* This init operation provides :
* - message logging
*