xref: /openbmc/linux/arch/um/include/asm/hardirq.h (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2470a166eSAnton Ivanov #ifndef __ASM_UM_HARDIRQ_H
3470a166eSAnton Ivanov #define __ASM_UM_HARDIRQ_H
4470a166eSAnton Ivanov 
5*e83694a7SThomas Gleixner #include <asm-generic/hardirq.h>
6470a166eSAnton Ivanov 
7470a166eSAnton Ivanov #define __ARCH_IRQ_EXIT_IRQS_DISABLED 1
8470a166eSAnton Ivanov 
9470a166eSAnton Ivanov #endif /* __ASM_UM_HARDIRQ_H */
10