Changeset 01c3bb4 in mainline for uspace/lib/c/include/ipc/common.h
- Timestamp:
- 2017-11-25T15:43:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce4a21a0
- Parents:
- 98cb5e0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/common.h
r98cb5e0d r01c3bb4 40 40 #include <abi/proc/task.h> 41 41 #include <futex.h> 42 #include <abi/cap.h> 42 43 43 44 #define IPC_FLAG_BLOCKING 0x01 … … 53 54 } ipc_call_t; 54 55 55 typedef sysarg_t ipc_callid_t;56 typedef cap_handle_t ipc_callid_t; 56 57 57 58 extern futex_t async_futex;
Note:
See TracChangeset
for help on using the changeset viewer.