diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index b2688157b51b..9a39756bfd31 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -246,6 +246,9 @@ extern void note_interrupt(unsigned int irq, struct irq_desc *desc, | |||
246 | int action_ret, struct pt_regs *regs); | 246 | int action_ret, struct pt_regs *regs); |
247 | extern int can_request_irq(unsigned int irq, unsigned long irqflags); | 247 | extern int can_request_irq(unsigned int irq, unsigned long irqflags); |
248 | 248 | ||
249 | /* Resending of interrupts :*/ | ||
250 | void check_irq_resend(struct irq_desc *desc, unsigned int irq); | ||
251 | |||
249 | extern void init_irq_proc(void); | 252 | extern void init_irq_proc(void); |
250 | 253 | ||
251 | #endif /* CONFIG_GENERIC_HARDIRQS */ | 254 | #endif /* CONFIG_GENERIC_HARDIRQS */ |