Changes in uspace/lib/c/include/async.h [5a6cc679:a35b458] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r5a6cc679 ra35b458 34 34 35 35 #if ((defined(LIBC_IPC_H_)) && (!defined(LIBC_ASYNC_C_))) 36 36 #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.