Changeset 2ba7810 in mainline for generic/include/ipc/sysipc.h


Ignore:
Timestamp:
2006-03-16T12:24:20Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b7dcabb
Parents:
d764ddc
Message:

Changed ipc to use spinlocks instead of mutexes again.
Fixed loading inits to set nameservice as the first loaded process.
Lot of TODO in ipc done.

File:
1 edited

Legend:

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

    rd764ddc r2ba7810  
    4444__native sys_ipc_wait_for_call(ipc_data_t *calldata, task_id_t *taskid,
    4545                               __native flags);
     46__native sys_ipc_connect_me_to(__native phoneid, __native arg1,
     47                               __native arg2);
     48__native sys_ipc_forward_fast(__native callid, __native phoneid,
     49                              __native method, __native arg1);
     50
    4651
    4752#endif
Note: See TracChangeset for help on using the changeset viewer.