Changeset 429acb9 in mainline for libc/include/async.h
- Timestamp:
- 2006-06-03T17:38:24Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1f36e90
- Parents:
- dc5a0fe1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/async.h
rdc5a0fe1 r429acb9 71 71 return rc; 72 72 } 73 #define sync_send(phoneid, method, arg1, r1) sync_send_2(phoneid, method, arg1, 0, r1, 0) 74 73 75 static inline ipcarg_t sync_send_3(int phoneid, ipcarg_t method, ipcarg_t arg1, 74 76 ipcarg_t arg2, ipcarg_t arg3, ipcarg_t *r1,
Note:
See TracChangeset
for help on using the changeset viewer.