Changeset 5ae1c51 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2013-03-23T13:10:28Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 71780e0
- Parents:
- 939871a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r939871a r5ae1c51 437 437 extern int async_data_write_start(async_exch_t *, const void *, size_t); 438 438 extern bool async_data_write_receive(ipc_callid_t *, size_t *); 439 extern bool async_data_write_receive_call(ipc_callid_t *, ipc_call_t *, size_t *); 439 440 extern int async_data_write_finalize(ipc_callid_t, void *, size_t); 440 441
Note:
See TracChangeset
for help on using the changeset viewer.