Rev 1428 | Rev 1502 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1428 | Rev 1461 | ||
---|---|---|---|
Line 129... | Line 129... | ||
129 | #define IPC_M_AS_AREA_SEND 5 |
129 | #define IPC_M_AS_AREA_SEND 5 |
130 | 130 | ||
131 | /** Get as_area over IPC |
131 | /** Get as_area over IPC |
132 | * - ARG1 - Where the area will be mapped |
132 | * - ARG1 - Where the area will be mapped |
133 | * - ARG2 - Expected size of area |
133 | * - ARG2 - Expected size of area |
134 | * - ARG3 - Requested rights for the area |
134 | * - ARG3 - User defined argument |
135 | * on answer - the server sets ARG1 as src as address of the as_area |
135 | * on answer - the server sets ARG1 as src as address of the as_area |
136 | * to be shared |
136 | * to be shared, ARG2 is set to rights that will be used for sharing, |
137 | * |
- | |
138 | * |
- | |
- | 137 | * which is returned as part of answer back to the receiver |
|
139 | */ |
138 | */ |
140 | #define IPC_M_AS_AREA_RECV 6 |
139 | #define IPC_M_AS_AREA_RECV 6 |
141 | 140 | ||
142 | 141 | ||
143 | /* Well-known methods */ |
142 | /* Well-known methods */ |