Subversion Repositories HelenOS

Rev

Rev 4481 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4481 Rev 4584
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_EVENT,
43
    CONSOLE_GET_EVENT,
44
    CONSOLE_GOTO,
44
    CONSOLE_GOTO,
45
    CONSOLE_CLEAR,
45
    CONSOLE_CLEAR,
46
    CONSOLE_SET_STYLE,
46
    CONSOLE_SET_STYLE,
47
    CONSOLE_SET_COLOR,
47
    CONSOLE_SET_COLOR,