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: race condition and partial state issue on injecting signal context into user...
[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_view_up();
15
16
void
17
console_view_down();
18
19
void
20
console_flush(void* arg);
21
22
void
23
console_start_flushing();
24
#endif /* __LUNAIX_LXCONSOLE_H */