X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/2236410f4582ab45ae8c384dd6eeeef5d10aab15..bef1210245bb3180a57f26405369654eaa477f63:/lunaix-os/includes/lunaix/syslog.h diff --git a/lunaix-os/includes/lunaix/syslog.h b/lunaix-os/includes/lunaix/syslog.h index b372daa..4877857 100644 --- a/lunaix-os/includes/lunaix/syslog.h +++ b/lunaix-os/includes/lunaix/syslog.h @@ -29,6 +29,7 @@ } #define DEBUG(fmt, ...) kprintf(KDEBUG fmt, ##__VA_ARGS__) +#define INFO(fmt, ...) kprintf(KINFO fmt, ##__VA_ARGS__) #define WARN(fmt, ...) kprintf(KWARN fmt, ##__VA_ARGS__) #define ERROR(fmt, ...) kprintf(KERROR fmt, ##__VA_ARGS__) #define FATAL(fmt, ...) \