feat: (devfs) a new filesystem for device exposure.
[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();
21
22 void
23 console_start_flushing();
24 #endif /* __LUNAIX_LXCONSOLE_H */