feat: refine symbolic link support.
[lunaix-os.git] / lunaix-os / includes / lunaix / syslog.h
index f5fc8dba760e2f547e926b8c0c48a6d3af870947..464a133f889b89f90119f02e24f0e085eb50b545 100644 (file)
@@ -31,4 +31,7 @@ kprint_hex(const void* buffer, unsigned int size);
 void
 kprint_panic(const char* fmt, ...);
 
+void
+kprint_dbg(const char* fmt, ...);
+
 #endif /* __LUNAIX_SYSLOG_H */