Changeset c33f39f in mainline for kernel/generic/include/ipc/ipc.h
- Timestamp:
- 2012-09-04T21:12:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 983cabe8
- Parents:
- 2541646
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
r2541646 rc33f39f 72 72 typedef struct answerbox { 73 73 IRQ_SPINLOCK_DECLARE(lock); 74 75 /** Answerbox is active until it enters cleanup. */ 76 bool active; 74 77 75 78 struct task *task; … … 171 174 172 175 extern void ipc_phone_init(phone_t *); 173 extern voidipc_phone_connect(phone_t *, answerbox_t *);176 extern bool ipc_phone_connect(phone_t *, answerbox_t *); 174 177 extern int ipc_phone_hangup(phone_t *); 175 178
Note:
See TracChangeset
for help on using the changeset viewer.