aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index 13ba412ce3a0..0adcbbbf2e87 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -443,6 +443,11 @@ extern void handle_percpu_devid_irq(unsigned int irq, struct irq_desc *desc);
443extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc); 443extern void handle_bad_irq(unsigned int irq, struct irq_desc *desc);
444extern void handle_nested_irq(unsigned int irq); 444extern void handle_nested_irq(unsigned int irq);
445 445
446#ifdef CONFIG_IRQ_DOMAIN_HIERARCHY
447extern void irq_chip_ack_parent(struct irq_data *data);
448extern int irq_chip_retrigger_hierarchy(struct irq_data *data);
449#endif
450
446/* Handling of unhandled and spurious interrupts: */ 451/* Handling of unhandled and spurious interrupts: */
447extern void note_interrupt(unsigned int irq, struct irq_desc *desc, 452extern void note_interrupt(unsigned int irq, struct irq_desc *desc,
448 irqreturn_t action_ret); 453 irqreturn_t action_ret);