Changes in kernel/generic/include/ipc/ipc.h [97d17fe:463e734] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r97d17fe r463e734 43 43 #define IPC_CALL_LEN 6 44 44 45 /** Maximum active async calls per phone */ 46 #define IPC_MAX_ASYNC_CALLS 4 45 /** Maximum active async calls per thread */ 46 #ifdef CONFIG_DEBUG 47 #define IPC_MAX_ASYNC_CALLS 4 48 #else 49 #define IPC_MAX_ASYNC_CALLS 4000 50 #endif 47 51 48 52 /* Flags for calls */
Note:
See TracChangeset
for help on using the changeset viewer.