Changeset acf6b55 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2018-07-05T16:20:43Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rbd9e868 racf6b55 193 193 extern errno_t ipc_call_sync(phone_t *, call_t *); 194 194 extern errno_t ipc_call(phone_t *, call_t *); 195 extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int);195 extern errno_t ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int, call_t **); 196 196 extern errno_t ipc_forward(call_t *, phone_t *, answerbox_t *, unsigned int); 197 197 extern void ipc_answer(answerbox_t *, call_t *);
Note:
See TracChangeset
for help on using the changeset viewer.