X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1f37d39e678168ffc089bcde6f9ea203c4763550..1eeed1150149b63d6e49e033697454bc12b533b9:/lunaix-os/includes/lunaix/lxconsole.h diff --git a/lunaix-os/includes/lunaix/lxconsole.h b/lunaix-os/includes/lunaix/lxconsole.h deleted file mode 100644 index a264766..0000000 --- a/lunaix-os/includes/lunaix/lxconsole.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __LUNAIX_LXCONSOLE_H -#define __LUNAIX_LXCONSOLE_H - -void -lxconsole_init(); - -void -console_write_str(char* str); - -void -console_write_char(char chr); - -void -console_start_flushing(); -#endif /* __LUNAIX_LXCONSOLE_H */