Changeset b14e35f2 in mainline for kernel/generic/include/ipc/irq.h
- Timestamp:
- 2006-10-17T21:20:00Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb8335c
- Parents:
- 4874c2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ipc/irq.h
r4874c2d rb14e35f2 72 72 #include <typedefs.h> 73 73 #include <arch/types.h> 74 #include <adt/list.h> 74 75 75 76 /** IPC notification config structure. … … 84 85 irq_code_t *code; /**< Top-half pseudocode. */ 85 86 count_t counter; /**< Counter. */ 87 link_t link; /**< Link between IRQs that are notifying the 88 same answerbox. The list is protected by 89 the answerbox irq_lock. */ 86 90 }; 87 91
Note:
See TracChangeset
for help on using the changeset viewer.