1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifdef __KERNEL__ 3 #ifndef __ASM_HARDIRQ_H 4 #define __ASM_HARDIRQ_H 5 6 #include <asm/irq.h> 7 #include <asm-generic/hardirq.h> 8 9 #endif /* __ASM_HARDIRQ_H */ 10 #endif /* __KERNEL__ */ 11