Changeset b14e35f2 in mainline for kernel/generic/src/ddi/irq.c
- 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/src/ddi/irq.c
r4874c2d rb14e35f2 146 146 irq->handler = NULL; 147 147 irq->arg = NULL; 148 irq->notif_cfg.notify = false; 148 149 irq->notif_cfg.answerbox = NULL; 149 150 irq->notif_cfg.code = NULL; 150 151 irq->notif_cfg.method = 0; 151 152 irq->notif_cfg.counter = 0; 153 link_initialize(&irq->notif_cfg.link); 152 154 } 153 155
Note:
See TracChangeset
for help on using the changeset viewer.