Subversion Repositories HelenOS-historic

Rev

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

Rev 965 Rev 977
Line 30... Line 30...
30
#define __SYSCALL_H__
30
#define __SYSCALL_H__
31
 
31
 
32
typedef enum {
32
typedef enum {
33
    SYS_CTL = 0,
33
    SYS_CTL = 0,
34
    SYS_IO,
34
    SYS_IO,
-
 
35
    SYS_MREMAP,
35
    SYS_IPC_CALL_SYNC,
36
    SYS_IPC_CALL_SYNC,
36
    SYS_IPC_CALL_SYNC_MEDIUM,
37
    SYS_IPC_CALL_SYNC_MEDIUM,
37
    SYS_IPC_CALL_ASYNC,
38
    SYS_IPC_CALL_ASYNC,
38
    SYS_IPC_ANSWER,
39
    SYS_IPC_ANSWER,
39
    SYS_IPC_WAIT,
40
    SYS_IPC_WAIT,