Changeset 5ae1c51 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2013-03-23T13:10:28Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
71780e0
Parents:
939871a
Message:

libc: Add data write handler that preserves call data.

File:
1 edited

Legend:

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

    r939871a r5ae1c51  
    437437extern int async_data_write_start(async_exch_t *, const void *, size_t);
    438438extern bool async_data_write_receive(ipc_callid_t *, size_t *);
     439extern bool async_data_write_receive_call(ipc_callid_t *, ipc_call_t *, size_t *);
    439440extern int async_data_write_finalize(ipc_callid_t, void *, size_t);
    440441
Note: See TracChangeset for help on using the changeset viewer.