X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/1f37d39e678168ffc089bcde6f9ea203c4763550..fac3bbf2b2634f4f15cb33ece3acfa39db1433df:/lunaix-os/includes/lunaix/tty/console.h diff --git a/lunaix-os/includes/lunaix/tty/console.h b/lunaix-os/includes/lunaix/tty/console.h index 5e0ffcc..dee64a2 100644 --- a/lunaix-os/includes/lunaix/tty/console.h +++ b/lunaix-os/includes/lunaix/tty/console.h @@ -1,13 +1,15 @@ #ifndef __LUNAIX_CONSOLE_H #define __LUNAIX_CONSOLE_H -#include +#include #include struct console { struct lx_timer* flush_timer; struct fifo_buffer buffer; + unsigned int erd_pos; + unsigned int lines; }; #endif /* __LUNAIX_CONSOLE_H */