From c2ef64149849fcae608b1c6010303eca86229d22 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 13:21:47 +0200 Subject: cleaning logs, docs, interrupts --- kernel/log.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel/log.h') diff --git a/kernel/log.h b/kernel/log.h index 38f1219..62fe6ef 100644 --- a/kernel/log.h +++ b/kernel/log.h @@ -1,13 +1,14 @@ #ifndef FOOLOS_LOG_H #define FOOLOS_LOG_H +#include + #define FOOLOS_LOG_ERROR 5 #define FOOLOS_LOG_WARNING 4 #define FOOLOS_LOG_INFO 3 #define FOOLOS_LOG_DEBUG 2 #define FOOLOS_LOG_FINE 1 -void log(char *module_name, int prio, char *format_string, ...); -void panic(char *module_name, char *format_string); +void log(bool color,char *module_name, int prio, char *format_string, ...); #endif -- cgit v1.2.3