Changeset 49d072e in mainline for libc/include/async.h
- Timestamp:
- 2006-06-02T10:54:45Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf9afa07
- Parents:
- 838c48e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
r838c48e r49d072e 39 39 40 40 int async_manager(void); 41 ipc_callid_t async_get_call(ipc_call_t *data); 42 41 ipc_callid_t async_get_call_timeout(ipc_call_t *call, suseconds_t usecs); 42 static inline ipc_callid_t async_get_call(ipc_call_t *data) 43 { 44 return async_get_call_timeout(data, 0); 45 } 43 46 44 47 aid_t async_send_2(int phoneid, ipcarg_t method, ipcarg_t arg1, ipcarg_t arg2,
Note:
See TracChangeset
for help on using the changeset viewer.