Changeset 7fc78da in mainline for libipc/include/ipc.h


Ignore:
Timestamp:
2006-03-13T20:53:02Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a19bdf8
Parents:
b419162
Message:

New IPC synchronous call.
Widened syscall to support up to 5 parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libipc/include/ipc.h

    rb419162 r7fc78da  
    3737
    3838
    39 extern int ipc_call_sync(int phoneid, int arg1, int arg2);
     39extern int ipc_call_sync(int phoneid, int arg1, int arg2, ipc_data_t *resdata);
    4040extern int ipc_wait_for_call(ipc_data_t *data, int flags);
    4141
Note: See TracChangeset for help on using the changeset viewer.