]> git.sur5r.net Git - u-boot/blobdiff - include/asm-microblaze/microblaze_intc.h
NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
[u-boot] / include / asm-microblaze / microblaze_intc.h
index 6635aeacba1b4978fcb0f029c880d1e7738b696f..4c385aa24f012218f58e3e59abc3422586305de9 100644 (file)
@@ -38,3 +38,6 @@ struct irq_action {
        void *arg;
        int count; /* number of interrupt */
 };
+
+void install_interrupt_handler (int irq, interrupt_handler_t * hdlr,
+                                      void *arg);