git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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
+++ b/
lunaix-os/includes/lunaix/kprintf.h
@@ -0,0
+1,6
@@
+#ifndef __LUNAIX_KPRINTF_H
+#define __LUNAIX_KPRINTF_H
+
+void kprintf_dump_logs();
+
+#endif /* __LUNAIX_KPRINTF_H */