Changeset c170438 in mainline for uspace/lib/c/generic/ipc.c
- Timestamp:
- 2016-05-24T21:00:37Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a7ba5e
- Parents:
- f570cdf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/ipc.c
rf570cdf rc170438 96 96 } 97 97 98 /** Prolog for ipc_call_async_*() functions.98 /** Prologue for ipc_call_async_*() functions. 99 99 * 100 100 * @param private Argument for the answer/error callback. … … 122 122 } 123 123 124 /** Epilog for ipc_call_async_*() functions.124 /** Epilogue for ipc_call_async_*() functions. 125 125 * 126 126 * @param callid Value returned by the SYS_IPC_CALL_ASYNC_* syscall.
Note:
See TracChangeset
for help on using the changeset viewer.