Changeset 3209923 in mainline for kernel/generic/include
- 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
- Location:
- kernel/generic/include
- Files:
-
- 2 edited
-
ipc/sysipc.h (modified) (1 diff)
-
syscall/syscall.h (modified) (1 diff)
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); -
kernel/generic/include/syscall/syscall.h
rbc50fc42 r3209923 51 51 SYS_IPC_CALL_SYNC_SLOW, 52 52 SYS_IPC_CALL_ASYNC_FAST, 53 SYS_IPC_CALL_ASYNC ,53 SYS_IPC_CALL_ASYNC_SLOW, 54 54 SYS_IPC_ANSWER_FAST, 55 55 SYS_IPC_ANSWER,
Note:
See TracChangeset
for help on using the changeset viewer.
