Changeset 3c22f70 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2011-01-24T00:14:13Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8c9b742
- Parents:
- 11bb813
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r11bb813 r3c22f70 92 92 extern int async_wait_timeout(aid_t, sysarg_t *, suseconds_t); 93 93 94 extern fid_t async_new_connection(sysarg_t, ipc_callid_t, ipc_call_t *,95 void (*)(ipc_callid_t, ipc_call_t *));94 extern fid_t async_new_connection(sysarg_t, sysarg_t, ipc_callid_t, 95 ipc_call_t *, void (*)(ipc_callid_t, ipc_call_t *)); 96 96 extern void async_usleep(suseconds_t); 97 97 extern void async_create_manager(void);
Note:
See TracChangeset
for help on using the changeset viewer.