git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix: corner cases when printing large content through term interface
[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 */