Changes in kernel/generic/include/ipc/ipc.h [a35b458:70327bb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/ipc.h
ra35b458 r70327bb 82 82 waitq_t wq; 83 83 84 /** 85 * Number of answers the answerbox is expecting to eventually arrive. 86 */ 87 atomic_t active_calls; 88 84 89 /** Phones connected to this answerbox. */ 85 90 list_t connected_phones; … … 177 182 extern slab_cache_t *phone_cache; 178 183 179 extern answerbox_t *ipc_ phone_0;184 extern answerbox_t *ipc_box_0; 180 185 181 186 extern void ipc_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.