ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time
[deliverable/linux.git] / arch / arm / include / asm / mach / arch.h
index d97a964207fa15693c011f88f27dc64f4c7c3f16..7d55356110d48264270b72362d915b7d4078c645 100644 (file)
@@ -40,6 +40,9 @@ struct machine_desc {
        void                    (*init_irq)(void);
        struct sys_timer        *timer;         /* system tick timer    */
        void                    (*init_machine)(void);
+#ifdef CONFIG_MULTI_IRQ_HANDLER
+       void                    (*handle_irq)(struct pt_regs *);
+#endif
 };
 
 /*
This page took 0.034116 seconds and 5 git commands to generate.