Merge branch 'master' of /home/wd/git/u-boot/master/
[platform/kernel/u-boot.git] / include / asm-microblaze / microblaze_intc.h
index 6635aea..4c385aa 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);