git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: experimental tty console with scrollback buffer.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
lxconsole.h
1
#ifndef __LUNAIX_LXCONSOLE_H
2
#define __LUNAIX_LXCONSOLE_H
3
4
void
5
lxconsole_init();
6
7
void
8
console_write_str(char* str);
9
10
void
11
console_write_char(char chr);
12
13
void
14
console_start_flushing();
15
#endif /* __LUNAIX_LXCONSOLE_H */