Changeset f49f16c in mainline for generic/include/ipc/ipc.h
- Timestamp:
- 2006-06-07T10:58:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 616f1759
- Parents:
- 06a583e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/ipc.h
r06a583e rf49f16c 35 35 36 36 /** Maximum active async calls per thread */ 37 #define IPC_MAX_ASYNC_CALLS 4 37 #ifdef CONFIG_DEBUG 38 # define IPC_MAX_ASYNC_CALLS 4 39 #else 40 # define IPC_MAX_ASYNC_CALLS 4000 41 #endif 38 42 39 43 /* Flags for calls */
Note:
See TracChangeset
for help on using the changeset viewer.