Changeset 6c34f587 in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2012-08-12T18:57:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d7978525
- Parents:
- 49505fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r49505fe r6c34f587 77 77 waitq_t wq; 78 78 79 /** Linkage for the list of task's synchronous answerboxes. */80 link_t sync_box_link;81 82 79 /** Phones connected to this answerbox. */ 83 80 list_t connected_phones; … … 147 144 148 145 extern int ipc_call(phone_t *, call_t *); 149 extern int ipc_call_sync(phone_t *, call_t *);150 146 extern call_t *ipc_wait_for_call(answerbox_t *, uint32_t, unsigned int); 151 147 extern int ipc_forward(call_t *, phone_t *, answerbox_t *, unsigned int);
Note:
See TracChangeset
for help on using the changeset viewer.