Changeset 3422fb6 in mainline for kernel/generic/include/ddi/irq.h
- Timestamp:
- 2017-09-03T19:23:25Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a5d0143
- Parents:
- 9306cd7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ddi/irq.h
r9306cd7 r3422fb6 90 90 /** Counter. */ 91 91 size_t counter; 92 93 /**94 * Link between IRQs that are notifying the same answerbox. The list is95 * protected by the answerbox irq_lock.96 */97 link_t link;98 92 } ipc_notif_cfg_t; 99 93
Note:
See TracChangeset
for help on using the changeset viewer.