Subversion Repositories HelenOS

Rev

Rev 4347 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4347 Rev 4691
Line 34... Line 34...
34
 
34
 
35
#ifndef LIBC_IPC_CONSOLE_H_
35
#ifndef LIBC_IPC_CONSOLE_H_
36
#define LIBC_IPC_CONSOLE_H_
36
#define LIBC_IPC_CONSOLE_H_
37
 
37
 
38
#include <ipc/ipc.h>
38
#include <ipc/ipc.h>
-
 
39
#include <ipc/vfs.h>
39
 
40
 
40
typedef enum {
41
typedef enum {
41
    CONSOLE_GETKEY = IPC_FIRST_USER_METHOD,
42
    CONSOLE_GET_SIZE = VFS_OUT_LAST,
42
    CONSOLE_PUTCHAR,
43
    CONSOLE_GET_COLOR_CAP,
43
    CONSOLE_WRITE,
44
    CONSOLE_GET_EVENT,
44
    CONSOLE_CLEAR,
-
 
45
    CONSOLE_GOTO,
45
    CONSOLE_GOTO,
46
    CONSOLE_GETSIZE,
-
 
47
    CONSOLE_FLUSH,
46
    CONSOLE_CLEAR,
48
    CONSOLE_SET_STYLE,
47
    CONSOLE_SET_STYLE,
49
    CONSOLE_SET_COLOR,
48
    CONSOLE_SET_COLOR,
50
    CONSOLE_SET_RGB_COLOR,
49
    CONSOLE_SET_RGB_COLOR,
51
    CONSOLE_CURSOR_VISIBILITY,
50
    CONSOLE_CURSOR_VISIBILITY,
52
    CONSOLE_KCON_ENABLE
51
    CONSOLE_KCON_ENABLE