Changeset eadaeae8 in mainline for uspace/lib/c/include/ipc/common.h
- Timestamp:
- 2018-03-21T20:58:49Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3be9d10
- Parents:
- 874381a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r874381a readaeae8 52 52 unsigned flags; 53 53 struct async_call *label; 54 cap_ handle_t cap_handle;54 cap_call_handle_t cap_handle; 55 55 } ipc_call_t; 56 56 57 typedef cap_ handle_t ipc_callid_t;57 typedef cap_call_handle_t ipc_callid_t; 58 58 59 59 extern futex_t async_futex;
Note:
See TracChangeset
for help on using the changeset viewer.