Subversion Repositories HelenOS

Rev

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

Rev 4343 Rev 4347
Line 38... Line 38...
38
#include <ipc/ipc.h>
38
#include <ipc/ipc.h>
39
 
39
 
40
typedef enum {
40
typedef enum {
41
    CONSOLE_GETKEY = IPC_FIRST_USER_METHOD,
41
    CONSOLE_GETKEY = IPC_FIRST_USER_METHOD,
42
    CONSOLE_PUTCHAR,
42
    CONSOLE_PUTCHAR,
-
 
43
    CONSOLE_WRITE,
43
    CONSOLE_CLEAR,
44
    CONSOLE_CLEAR,
44
    CONSOLE_GOTO,
45
    CONSOLE_GOTO,
45
    CONSOLE_GETSIZE,
46
    CONSOLE_GETSIZE,
46
    CONSOLE_FLUSH,
47
    CONSOLE_FLUSH,
47
    CONSOLE_SET_STYLE,
48
    CONSOLE_SET_STYLE,
48
    CONSOLE_SET_COLOR,
49
    CONSOLE_SET_COLOR,
49
    CONSOLE_SET_RGB_COLOR,
50
    CONSOLE_SET_RGB_COLOR,
50
    CONSOLE_CURSOR_VISIBILITY
51
    CONSOLE_CURSOR_VISIBILITY,
-
 
52
    CONSOLE_KCON_ENABLE
51
} console_request_t;
53
} console_request_t;
52
 
54
 
53
#endif
55
#endif
54
 
56
 
55
/** @}
57
/** @}