git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix: separate any i/o to sequential device from caching layer
[lunaix-os.git]
/
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 2c9e990eddb1e21135c3df9fcde44e255486fc24..dee64a278540ce91e527360bc98a565d5198e14d 100644
(file)
--- a/
lunaix-os/includes/lunaix/tty/console.h
+++ b/
lunaix-os/includes/lunaix/tty/console.h
@@
-1,7
+1,7
@@
#ifndef __LUNAIX_CONSOLE_H
#define __LUNAIX_CONSOLE_H
#ifndef __LUNAIX_CONSOLE_H
#define __LUNAIX_CONSOLE_H
-#include <lunaix/ds/fifo
buf
.h>
+#include <lunaix/ds/fifo.h>
#include <lunaix/timer.h>
struct console
#include <lunaix/timer.h>
struct console
@@
-10,7
+10,6
@@
struct console
struct fifo_buffer buffer;
unsigned int erd_pos;
unsigned int lines;
struct fifo_buffer buffer;
unsigned int erd_pos;
unsigned int lines;
- unsigned int chars;
};
#endif /* __LUNAIX_CONSOLE_H */
};
#endif /* __LUNAIX_CONSOLE_H */