summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/include/bsp/irq_supp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/include/bsp/irq_supp.h')
-rw-r--r--bsps/powerpc/include/bsp/irq_supp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsps/powerpc/include/bsp/irq_supp.h b/bsps/powerpc/include/bsp/irq_supp.h
index 65af48c87f..fbb16d6211 100644
--- a/bsps/powerpc/include/bsp/irq_supp.h
+++ b/bsps/powerpc/include/bsp/irq_supp.h
@@ -50,6 +50,11 @@ extern int BSP_disable_irq_at_pic(const rtems_irq_number irqLine);
*/
extern int BSP_setup_the_pic(rtems_irq_global_settings* config);
+/*
+ * Set up for the irq-generic.h interface.
+ */
+int BSP_rtems_irq_generic_set(rtems_irq_global_settings* config);
+
/* IRQ dispatcher to be defined by the PIC driver; note that it MUST
* implement shared interrupts.
* Note also that the exception frame passed to this handler is not very