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 console_write_str(char* str);
18 console_write_char(char chr);
30 console_start_flushing();
31 #endif /* __LUNAIX_LXCONSOLE_H */