Subversion Repositories HelenOS-historic

Rev

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

Rev 1040 Rev 1066
Line 28... Line 28...
28
 
28
 
29
#ifndef __SYSCALL_H__
29
#ifndef __SYSCALL_H__
30
#define __SYSCALL_H__
30
#define __SYSCALL_H__
31
 
31
 
32
typedef enum {
32
typedef enum {
33
    SYS_CTL = 0,
33
    SYS_IO = 0,
-
 
34
    SYS_THREAD_CREATE,
34
    SYS_IO,
35
    SYS_THREAD_EXIT,
35
    SYS_MMAP,
36
    SYS_MMAP,
36
    SYS_MREMAP,
37
    SYS_MREMAP,
37
    SYS_IPC_CALL_SYNC_FAST,
38
    SYS_IPC_CALL_SYNC_FAST,
38
    SYS_IPC_CALL_SYNC,
39
    SYS_IPC_CALL_SYNC,
39
    SYS_IPC_CALL_ASYNC_FAST,
40
    SYS_IPC_CALL_ASYNC_FAST,