1 #ifndef __LUNAIX_LXCONSOLE_H
2 #define __LUNAIX_LXCONSOLE_H
4 #define TCINTR 0x03 // ETX
5 #define TCEOF 0x04 // EOT
6 #define TCBS 0x08 // BS
7 #define TCLF 0x0A // LF
8 #define TCCR 0x0D // CR
9 #define TCSTOP 0x1A // SUB
15 lxconsole_spawn_ttydev();
18 console_write_str(char* str);
21 console_write_char(char chr);
33 console_start_flushing();
34 #endif /* __LUNAIX_LXCONSOLE_H */