xref: /openbmc/linux/arch/sh/include/asm/irqflags.h (revision b2441318)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
2f15cbe6fSPaul Mundt #ifndef __ASM_SH_IRQFLAGS_H
3f15cbe6fSPaul Mundt #define __ASM_SH_IRQFLAGS_H
4f15cbe6fSPaul Mundt 
5df9ee292SDavid Howells #define ARCH_IRQ_DISABLED	0xf0
6df9ee292SDavid Howells #define ARCH_IRQ_ENABLED	0x00
7f15cbe6fSPaul Mundt 
803fdb708SPaul Mundt #include <asm-generic/irqflags.h>
9f15cbe6fSPaul Mundt 
10f15cbe6fSPaul Mundt #endif /* __ASM_SH_IRQFLAGS_H */
11