Changeset 7c7aae16 in mainline for generic/include/ipc/sysipc.h
- Timestamp:
- 2006-03-19T19:42:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ad64a2d
- Parents:
- 9f22213
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ipc/sysipc.h
r9f22213 r7c7aae16 40 40 __native arg1, __native arg2); 41 41 __native sys_ipc_answer(__native callid, ipc_data_t *data); 42 __native sys_ipc_connect_to_me(__native phoneid, __native arg1, 43 __native arg2, task_id_t *taskid); 44 __native sys_ipc_wait_for_call(ipc_data_t *calldata, task_id_t *taskid, 45 __native flags); 46 __native sys_ipc_connect_me_to(__native phoneid, __native arg1, 47 __native arg2); 42 __native sys_ipc_wait_for_call(ipc_data_t *calldata, __native flags); 48 43 __native sys_ipc_forward_fast(__native callid, __native phoneid, 49 44 __native method, __native arg1);
Note:
See TracChangeset
for help on using the changeset viewer.