Rev 1027 | Rev 1040 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1027 | Rev 1032 | ||
|---|---|---|---|
| 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_MMAP, |
|
| 35 | SYS_MREMAP, |
36 | SYS_MREMAP, |
| 36 | SYS_IPC_CALL_SYNC_FAST, |
37 | SYS_IPC_CALL_SYNC_FAST, |
| 37 | SYS_IPC_CALL_SYNC, |
38 | SYS_IPC_CALL_SYNC, |
| 38 | SYS_IPC_CALL_ASYNC_FAST, |
39 | SYS_IPC_CALL_ASYNC_FAST, |
| 39 | SYS_IPC_CALL_ASYNC, |
40 | SYS_IPC_CALL_ASYNC, |