Subversion Repositories HelenOS

Rev

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

Rev 4164 Rev 4168
Line 46... Line 46...
46
    CONSOLE_GETSIZE,
46
    CONSOLE_GETSIZE,
47
    CONSOLE_FLUSH,
47
    CONSOLE_FLUSH,
48
    CONSOLE_SET_STYLE,
48
    CONSOLE_SET_STYLE,
49
    CONSOLE_SET_COLOR,
49
    CONSOLE_SET_COLOR,
50
    CONSOLE_SET_RGB_COLOR,
50
    CONSOLE_SET_RGB_COLOR,
51
    CONSOLE_CURSOR_VISIBILITY
51
    CONSOLE_CURSOR_VISIBILITY,
-
 
52
    CONSOLE_KCON_ENABLE
52
} console_request_t;
53
} console_request_t;
53
 
54
 
54
#endif
55
#endif
55
 
56
 
56
/** @}
57
/** @}