Rev 1342 | Rev 1364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1342 | Rev 1359 | ||
|---|---|---|---|
| Line 125... | Line 125... | ||
| 125 | /** Send as_area over IPC |
125 | /** Send as_area over IPC |
| 126 | * - ARG2 - src base address |
126 | * - ARG2 - src base address |
| 127 | * - ARG3 - size of src as(filled automatically by kernel) |
127 | * - ARG3 - size of src as(filled automatically by kernel) |
| 128 | * - on answer ARG1 - dst base adress |
128 | * - on answer ARG1 - dst base adress |
| 129 | */ |
129 | */ |
| 130 | #define IPC_M_AS_SEND 5 |
130 | #define IPC_M_AS_AREA_SEND 5 |
| 131 | 131 | ||
| 132 | 132 | ||
| 133 | /* Well-known methods */ |
133 | /* Well-known methods */ |
| 134 | #define IPC_M_LAST_SYSTEM 511 |
134 | #define IPC_M_LAST_SYSTEM 511 |
| 135 | #define IPC_M_PING 512 |
135 | #define IPC_M_PING 512 |