Changeset 183b4a0 in mainline for uspace/lib/libc/include/ipc/ipc.h


Ignore:
Timestamp:
2007-09-15T07:01:47Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d79dcdb
Parents:
b3f598e
Message:

Add wrappers facilitating easy use of IPC_M_DATA_SEND calls and answers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/ipc.h

    rb3f598e r183b4a0  
    9292    ipcarg_t arg1);
    9393
     94extern int ipc_data_send_accept(ipc_callid_t *callid, ipc_call_t *call,
     95    void **dst, size_t *size);
     96extern ipcarg_t ipc_data_send_answer(ipc_callid_t callid, ipc_call_t *call,
     97    void *dst, size_t size);
     98
    9499#endif
    95100
Note: See TracChangeset for help on using the changeset viewer.