Rev 4537 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4537 | Rev 4668 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | #include <ipc/ipc.h> |
38 | #include <ipc/ipc.h> |
| 39 | #include <ipc/vfs.h> |
39 | #include <ipc/vfs.h> |
| 40 | 40 | ||
| 41 | typedef enum { |
41 | typedef enum { |
| 42 | CONSOLE_GET_SIZE = VFS_LAST_SRV, |
42 | CONSOLE_GET_SIZE = VFS_OUT_LAST, |
| - | 43 | CONSOLE_GET_COLOR_CAP, |
|
| 43 | CONSOLE_GET_EVENT, |
44 | CONSOLE_GET_EVENT, |
| 44 | CONSOLE_GOTO, |
45 | CONSOLE_GOTO, |
| 45 | CONSOLE_CLEAR, |
46 | CONSOLE_CLEAR, |
| 46 | CONSOLE_SET_STYLE, |
47 | CONSOLE_SET_STYLE, |
| 47 | CONSOLE_SET_COLOR, |
48 | CONSOLE_SET_COLOR, |