Changeset acf6b55 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2018-07-05T16:20:43Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
058c240
Parents:
bd9e868
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-04 23:32:32)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-05 16:20:43)
Message:

Make it possible for uspace to determine why SYS_IPC_WAIT returned.

File:
1 edited

Legend:

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

    rbd9e868 racf6b55  
    193193extern errno_t ipc_call_sync(phone_t *, call_t *);
    194194extern errno_t ipc_call(phone_t *, call_t *);
    195 extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int);
     195extern errno_t ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int, call_t **);
    196196extern errno_t ipc_forward(call_t *, phone_t *, answerbox_t *, unsigned int);
    197197extern void ipc_answer(answerbox_t *, call_t *);
Note: See TracChangeset for help on using the changeset viewer.