Changeset 8d2760f in mainline for kernel/generic/include/ddi/irq.h
- Timestamp:
- 2008-11-29T20:24:47Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 57e76cb
- Parents:
- dfd77382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/ddi/irq.h
rdfd77382 r8d2760f 84 84 typedef void (* irq_handler_t)(struct irq *irq, void *arg, ...); 85 85 86 /** Type for function used to clear the interrupt. */ 87 typedef void (* cir_t)(void *arg, inr_t inr); 88 86 89 /** IPC notification config structure. 87 90 * … … 145 148 void *arg; 146 149 150 /** Clear interrupt routine. */ 151 cir_t cir; 152 /** First argument to the clear interrupt routine. */ 153 void *cir_arg; 154 147 155 /** Notification configuration structure. */ 148 156 ipc_notif_cfg_t notif_cfg;
Note:
See TracChangeset
for help on using the changeset viewer.