feat: device subsystem rework
[lunaix-os.git] / lunaix-os / includes / lunaix / syslog.h
index f5fc8dba760e2f547e926b8c0c48a6d3af870947..eed1da22f065dda25c0963b6c0ce6ce52dfec8a5 100644 (file)
@@ -31,4 +31,10 @@ kprint_hex(const void* buffer, unsigned int size);
 void
 kprint_panic(const char* fmt, ...);
 
+void
+kprint_dbg(const char* fmt, ...);
+
+void
+kappendf(const char* fmt, ...);
+
 #endif /* __LUNAIX_SYSLOG_H */