feat: page caching layer for vfs
[lunaix-os.git] / lunaix-os / includes / lunaix / tty / console.h
index 2c9e990eddb1e21135c3df9fcde44e255486fc24..9eb4ea08192f98db5035608d8c800ed20b4ab79b 100644 (file)
@@ -10,7 +10,6 @@ struct console
     struct fifo_buffer buffer;
     unsigned int erd_pos;
     unsigned int lines;
-    unsigned int chars;
 };
 
 #endif /* __LUNAIX_CONSOLE_H */