Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 997 → Rev 998

/kernel/trunk/generic/include/ipc/ipc.h
33,6 → 33,9
/* - the uspace may not be able to utilize full length */
#define IPC_CALL_LEN 4
 
/** Maximum active async calls per thread */
#define IPC_MAX_ASYNC_CALLS 4
 
/* Flags for calls */
#define IPC_CALL_ANSWERED 1 /**< This is answer to a call */
#define IPC_CALL_STATIC_ALLOC 2 /**< This call will not be freed on error */