Changeset 8bf1eeb in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2011-02-10T21:48:07Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0a6fa9f
Parents:
0397e5a4
Message:

Add async_data_read() function to libc

The function is an asynchronous version of async_data_read_start().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    r0397e5a4 r8bf1eeb  
    340340            (arg4), (answer))
    341341
     342extern aid_t async_data_read(int, void *, size_t, ipc_call_t *);
    342343extern int async_data_read_start(int, void *, size_t);
    343344extern bool async_data_read_receive(ipc_callid_t *, size_t *);
Note: See TracChangeset for help on using the changeset viewer.