X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/c6de44b989e9d7286337e4cbf4d82d919f9120e6..1eeed1150149b63d6e49e033697454bc12b533b9:/lunaix-os/includes/lunaix/lxconsole.h?ds=sidebyside diff --git a/lunaix-os/includes/lunaix/lxconsole.h b/lunaix-os/includes/lunaix/lxconsole.h deleted file mode 100644 index 197bc9e..0000000 --- a/lunaix-os/includes/lunaix/lxconsole.h +++ /dev/null @@ -1,34 +0,0 @@ -#ifndef __LUNAIX_LXCONSOLE_H -#define __LUNAIX_LXCONSOLE_H - -#define TCINTR 0x03 // ETX -#define TCEOF 0x04 // EOT -#define TCBS 0x08 // BS -#define TCLF 0x0A // LF -#define TCCR 0x0D // CR -#define TCSTOP 0x1A // SUB - -void -lxconsole_init(); - -void -lxconsole_spawn_ttydev(); - -void -console_write_str(char* str); - -void -console_write_char(char chr); - -void -console_view_up(); - -void -console_view_down(); - -void -console_flush(); - -void -console_start_flushing(); -#endif /* __LUNAIX_LXCONSOLE_H */