xref: /openbmc/linux/arch/sh/include/asm/irqflags.h (revision df9ee292)
1f15cbe6fSPaul Mundt #ifndef __ASM_SH_IRQFLAGS_H
2f15cbe6fSPaul Mundt #define __ASM_SH_IRQFLAGS_H
3f15cbe6fSPaul Mundt 
4df9ee292SDavid Howells #define ARCH_IRQ_DISABLED	0xf0
5df9ee292SDavid Howells #define ARCH_IRQ_ENABLED	0x00
6f15cbe6fSPaul Mundt 
703fdb708SPaul Mundt #include <asm-generic/irqflags.h>
8f15cbe6fSPaul Mundt 
9f15cbe6fSPaul Mundt #endif /* __ASM_SH_IRQFLAGS_H */
10