Rev 965 | Rev 1005 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 965 | Rev 998 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | 31 | ||
32 | /* Length of data being transfered with IPC call */ |
32 | /* Length of data being transfered with IPC call */ |
33 | /* - the uspace may not be able to utilize full length */ |
33 | /* - the uspace may not be able to utilize full length */ |
34 | #define IPC_CALL_LEN 4 |
34 | #define IPC_CALL_LEN 4 |
35 | 35 | ||
- | 36 | /** Maximum active async calls per thread */ |
|
- | 37 | #define IPC_MAX_ASYNC_CALLS 4 |
|
- | 38 | ||
36 | /* Flags for calls */ |
39 | /* Flags for calls */ |
37 | #define IPC_CALL_ANSWERED 1 /**< This is answer to a call */ |
40 | #define IPC_CALL_ANSWERED 1 /**< This is answer to a call */ |
38 | #define IPC_CALL_STATIC_ALLOC 2 /**< This call will not be freed on error */ |
41 | #define IPC_CALL_STATIC_ALLOC 2 /**< This call will not be freed on error */ |
39 | 42 | ||
40 | /* Flags for ipc_wait_for_call */ |
43 | /* Flags for ipc_wait_for_call */ |