Changeset 3209923 in mainline for kernel/generic/include/ipc/sysipc.h
- Timestamp:
- 2007-11-20T09:12:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b74959bd
- Parents:
- bc50fc42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/sysipc.h
rbc50fc42 r3209923 45 45 ipc_data_t *reply); 46 46 unative_t sys_ipc_call_async_fast(unative_t phoneid, unative_t method, 47 unative_t arg1, unative_t arg2 );48 unative_t sys_ipc_call_async (unative_t phoneid, ipc_data_t *data);47 unative_t arg1, unative_t arg2, unative_t arg3, unative_t arg4); 48 unative_t sys_ipc_call_async_slow(unative_t phoneid, ipc_data_t *data); 49 49 unative_t sys_ipc_answer_fast(unative_t callid, unative_t retval, 50 50 unative_t arg1, unative_t arg2);
Note:
See TracChangeset
for help on using the changeset viewer.