Changes in uspace/lib/c/include/async.h [a35b458:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
ra35b458 r5a6cc679 34 34 35 35 #if ((defined(LIBC_IPC_H_)) && (!defined(LIBC_ASYNC_C_))) 36 #error Do not intermix low-level IPC interface and async framework36 #error Do not intermix low-level IPC interface and async framework 37 37 #endif 38 38 … … 82 82 */ 83 83 EXCHANGE_ATOMIC = 0, 84 84 85 85 /** Exchange management via mutual exclusion 86 86 * … … 90 90 */ 91 91 EXCHANGE_SERIALIZE = 1, 92 92 93 93 /** Exchange management via phone cloning 94 94 *
Note:
See TracChangeset
for help on using the changeset viewer.