feat: capability list to enable greater flexibility of devices
[lunaix-os.git] / lunaix-os / includes / lunaix / syslog.h
index b372daad4ce64f18b7665fb1180bc644127ab1cc..487785762d1aa8542adf0a2effcc92dc790798e7 100644 (file)
@@ -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, ...)                                                        \