Subversion Repositories HelenOS

Rev

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

Rev 2471 Rev 2493
Line 144... Line 144...
144
 * - ARG3 - flags of the as_area being sent
144
 * - ARG3 - flags of the as_area being sent
145
 *
145
 *
146
 * on answer:
146
 * on answer:
147
 * - ARG1 - dst as_area base adress
147
 * - ARG1 - dst as_area base adress
148
 */
148
 */
149
#define IPC_M_AS_AREA_SEND  5
149
#define IPC_M_AS_AREA_SEND  4   
150
 
150
 
151
/** Get as_area over IPC
151
/** Get as_area over IPC
152
 * - ARG1 - dst as_area base address
152
 * - ARG1 - dst as_area base address
153
 * - ARG2 - dst as_area size
153
 * - ARG2 - dst as_area size
154
 * - ARG3 - user defined argument
154
 * - ARG3 - user defined argument
Line 156... Line 156...
156
 * on answer, the server must set:
156
 * on answer, the server must set:
157
 *
157
 *
158
 * - ARG1 - src as_area base address
158
 * - ARG1 - src as_area base address
159
 * - ARG2 - flags that will be used for sharing
159
 * - ARG2 - flags that will be used for sharing
160
 */
160
 */
161
#define IPC_M_AS_AREA_RECV  6
161
#define IPC_M_AS_AREA_RECV  5   
162
 
162
 
163
 
163
 
164
/* Well-known methods */
164
/* Well-known methods */
165
#define IPC_M_LAST_SYSTEM   511
165
#define IPC_M_LAST_SYSTEM   511
166
#define IPC_M_PING      512
166
#define IPC_M_PING      512