fix: corner cases when printing large content through term interface
[lunaix-os.git] / lunaix-os / includes / lunaix / kprintf.h
diff --git a/lunaix-os/includes/lunaix/kprintf.h b/lunaix-os/includes/lunaix/kprintf.h
new file mode 100644 (file)
index 0000000..84fef64
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __LUNAIX_KPRINTF_H
+#define __LUNAIX_KPRINTF_H
+
+void kprintf_dump_logs();
+
+#endif /* __LUNAIX_KPRINTF_H */