Changeset 631ca4d in mainline for generic/include/ipc/ipc.h


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

New synchronous ipc.
Widened syscall to support up to 5 parameters.

File:
1 edited

Legend:

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

    r25d7709 r631ca4d  
    7878extern void ipc_answer(answerbox_t *box, call_t *request);
    7979extern void ipc_call(phone_t *phone, call_t *request);
     80extern void ipc_call_sync(phone_t *phone, call_t *request);
    8081extern void ipc_phone_destroy(phone_t *phone);
    8182extern void ipc_phone_init(phone_t *phone, answerbox_t *box);
Note: See TracChangeset for help on using the changeset viewer.