Changeset 7c7aae16 in mainline for generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2006-03-19T19:42:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ad64a2d
Parents:
9f22213
Message:

Reduced unnecessary IPC system calls.
Allow everything to be sync & async, everything is handled using messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/ipc/sysipc.h

    r9f22213 r7c7aae16  
    4040                             __native arg1, __native arg2);
    4141__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);
    4843__native sys_ipc_forward_fast(__native callid, __native phoneid,
    4944                              __native method, __native arg1);
Note: See TracChangeset for help on using the changeset viewer.