Changeset f8048d1 in mainline for uspace/lib/c/generic/async/server.c
- Timestamp:
- 2018-09-06T10:56:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d51cca8
- Parents:
- 954c024
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/server.c
r954c024 rf8048d1 1217 1217 * argument. 1218 1218 * 1219 * @param call IPC_M_ DATA_READcall to answer.1219 * @param call IPC_M_SHARE_IN call to answer. 1220 1220 * @param src Source address space base. 1221 1221 * @param flags Flags to be used for sharing. Bits can be only cleared. … … 1269 1269 * argument. 1270 1270 * 1271 * @param call IPC_M_ DATA_WRITEcall to answer.1271 * @param call IPC_M_SHARE_OUT call to answer. 1272 1272 * @param dst Address of the storage for the destination address space area 1273 1273 * base address.
Note:
See TracChangeset
for help on using the changeset viewer.