Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2808 → Rev 2809

/branches/tracing/kernel/generic/include/ipc/ipc.h
252,6 → 252,15
*/
#define IPC_M_DEBUG_THREAD_READ 13
 
/** Read the list of the debugged tasks's memory.
*
* - ARG1 - destination address in the caller's address space
* - ARG2 - source address in the recipient's address space
* - ARG3 - size of receiving buffer in bytes
*
*/
#define IPC_M_DEBUG_MEM_READ 14
 
/* Well-known methods */
#define IPC_M_LAST_SYSTEM 511
#define IPC_M_PING 512