Changes in kernel/generic/include/ipc/ipc.h [bc117a5:03a8a8e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
rbc117a5 r03a8a8e 147 147 struct task *sender; 148 148 149 /*150 * Answerbox that will receive the answer.151 * This will most of the times be the sender's answerbox,152 * but we allow for useful exceptions.153 */154 answerbox_t *callerbox;155 156 149 /** Phone which was used to send the call. */ 157 150 phone_t *caller_phone; … … 179 172 extern void ipc_call_release(call_t *); 180 173 181 extern int ipc_call_sync(phone_t *, call_t *);182 174 extern int ipc_call(phone_t *, call_t *); 183 175 extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.