Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git] / lunaix-os / includes / lunaix / kprintf.h
1 #ifndef __LUNAIX_KPRINTF_H
2 #define __LUNAIX_KPRINTF_H
3
4 void kprintf_dump_logs();
5
6 #endif /* __LUNAIX_KPRINTF_H */