summaryrefslogtreecommitdiff
path: root/kernel/log.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-21 15:40:35 +0200
committerMiguel <m.i@gmx.at>2018-09-21 15:40:35 +0200
commitd7086073d9cc2d6f9174731bf8d8fb907d5d99e7 (patch)
treecae033cbc5c4e6ae6cdcfac172cbdc7421b58aa9 /kernel/log.h
parentc298ca7e6beaad0bcc32af6d4cf50d41b79f13b7 (diff)
trying uefi
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 3a8c746..930aa53 100644
--- a/kernel/log.h
+++ b/kernel/log.h
@@ -50,6 +50,7 @@ void log(bool color,char *module_name, int prio, char *format_string, ...);
#define kpanic(...) {while(1);}
#define klog(...) {}
#define fixme(...) {}
+#define testlog(...) {}
#endif