Changeset f8048d1 in mainline for uspace/lib/c/generic/async/server.c


Ignore:
Timestamp:
2018-09-06T10:56:26Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d51cca8
Parents:
954c024
Message:

Improve documentation of IPC_M_DATA_READ and IPC_M_DATA_WRITE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async/server.c

    r954c024 rf8048d1  
    12171217 * argument.
    12181218 *
    1219  * @param call  IPC_M_DATA_READ call to answer.
     1219 * @param call  IPC_M_SHARE_IN call to answer.
    12201220 * @param src   Source address space base.
    12211221 * @param flags Flags to be used for sharing. Bits can be only cleared.
     
    12691269 * argument.
    12701270 *
    1271  * @param call IPC_M_DATA_WRITE call to answer.
     1271 * @param call IPC_M_SHARE_OUT call to answer.
    12721272 * @param dst  Address of the storage for the destination address space area
    12731273 *             base address.
Note: See TracChangeset for help on using the changeset viewer.