xref: /openbmc/linux/arch/sparc/include/asm/irq.h (revision efdbd7345f8836f7495f3ac6ee237d86cb3bb6b0)
1 #ifndef ___ASM_SPARC_IRQ_H
2 #define ___ASM_SPARC_IRQ_H
3 #if defined(__sparc__) && defined(__arch64__)
4 #include <asm/irq_64.h>
5 #else
6 #include <asm/irq_32.h>
7 #endif
8 #endif
9