Rev 2106 | Rev 2218 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2106 | Rev 2109 | ||
---|---|---|---|
Line 81... | Line 81... | ||
81 | } irq_trigger_t; |
81 | } irq_trigger_t; |
82 | 82 | ||
83 | struct irq; |
83 | struct irq; |
84 | typedef void (* irq_handler_t)(struct irq *irq, void *arg, ...); |
84 | typedef void (* irq_handler_t)(struct irq *irq, void *arg, ...); |
85 | 85 | ||
86 | - | ||
87 | - | ||
88 | /** IPC notification config structure. |
86 | /** IPC notification config structure. |
89 | * |
87 | * |
90 | * Primarily, this structure is encapsulated in the irq_t structure. |
88 | * Primarily, this structure is encapsulated in the irq_t structure. |
91 | * It is protected by irq_t::lock. |
89 | * It is protected by irq_t::lock. |
92 | */ |
90 | */ |