diff options
-rw-r--r-- | kern/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,8 +23,8 @@ #include <stdarg.h> - #include <kern/init.h> + enum { LOG_EMERG, LOG_ALERT, |
![]() |
index : rbraun/x15.git | |
The X15 microkernel | Richard Braun |
summaryrefslogtreecommitdiff |
-rw-r--r-- | kern/log.h | 2 |
@@ -23,8 +23,8 @@ #include <stdarg.h> - #include <kern/init.h> + enum { LOG_EMERG, LOG_ALERT, |