fix: separate any i/o to sequential device from caching layer
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / console.h
index 2c9e990eddb1e21135c3df9fcde44e255486fc24..dee64a278540ce91e527360bc98a565d5198e14d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_CONSOLE_H
 #define __LUNAIX_CONSOLE_H
 
-#include <lunaix/ds/fifobuf.h>
+#include <lunaix/ds/fifo.h>
 #include <lunaix/timer.h>
 
 struct console
@@ -10,7 +10,6 @@ struct console
     struct fifo_buffer buffer;
     unsigned int erd_pos;
     unsigned int lines;
-    unsigned int chars;
 };
 
 #endif /* __LUNAIX_CONSOLE_H */