Subversion Repositories HelenOS

Rev

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

Rev 2801 Rev 2805
Line 222... Line 222...
222
 * Creates a special STOP event in the thread, causing
222
 * Creates a special STOP event in the thread, causing
223
 * it to answer a pending GO message (if any).
223
 * it to answer a pending GO message (if any).
224
 */
224
 */
225
#define IPC_M_DEBUG_STOP    12
225
#define IPC_M_DEBUG_STOP    12
226
 
226
 
-
 
227
/** Read arguments of a syscall.
-
 
228
 *
-
 
229
 * - ARG1 - thread identification
-
 
230
 * - ARG2 - destination address in the caller's address space
-
 
231
 * - ARG3 - size of receiving buffer in bytes
-
 
232
 *
-
 
233
 * on answer, the kernel will set:
-
 
234
 *
-
 
235
 * - ARG1 - actual size in bytes of data read
-
 
236
 */
-
 
237
#define IPC_M_DEBUG_ARGS_READ   12
-
 
238
 
227
/* Well-known methods */
239
/* Well-known methods */
228
#define IPC_M_LAST_SYSTEM   511
240
#define IPC_M_LAST_SYSTEM   511
229
#define IPC_M_PING      512
241
#define IPC_M_PING      512
230
/* User methods */
242
/* User methods */
231
#define IPC_FIRST_USER_METHOD   1024
243
#define IPC_FIRST_USER_METHOD   1024