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


Ignore:
Timestamp:
2013-03-23T13:55:17Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37ea333
Parents:
a4165561
Message:

libc: Add call preserving data read handlers.

File:
1 edited

Legend:

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

    ra4165561 rd768d4c8  
    399399extern int async_data_read_start(async_exch_t *, void *, size_t);
    400400extern bool async_data_read_receive(ipc_callid_t *, size_t *);
     401extern bool async_data_read_receive_call(ipc_callid_t *, ipc_call_t *, size_t *);
    401402extern int async_data_read_finalize(ipc_callid_t, const void *, size_t);
    402403
Note: See TracChangeset for help on using the changeset viewer.