xref: /openbmc/linux/arch/arm/include/asm/hardirq.h (revision 7fd70c65)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
24baa9922SRussell King #ifndef __ASM_HARDIRQ_H
34baa9922SRussell King #define __ASM_HARDIRQ_H
44baa9922SRussell King 
54baa9922SRussell King #include <asm/irq.h>
64baa9922SRussell King 
74baa9922SRussell King #define __ARCH_IRQ_EXIT_IRQS_DISABLED	1
8*7fd70c65SThomas Gleixner #define ack_bad_irq ack_bad_irq
9*7fd70c65SThomas Gleixner 
10*7fd70c65SThomas Gleixner #include <asm-generic/hardirq.h>
114baa9922SRussell King 
124baa9922SRussell King #endif /* __ASM_HARDIRQ_H */
13