#ifndef __LUNAIX_CONSOLE_H #define __LUNAIX_CONSOLE_H #include #include struct console { struct lx_timer* flush_timer; struct fifo_buffer buffer; }; #endif /* __LUNAIX_CONSOLE_H */