xref: /openbmc/linux/arch/sh/include/asm/irqflags.h (revision 03fdb708)
1f15cbe6fSPaul Mundt #ifndef __ASM_SH_IRQFLAGS_H
2f15cbe6fSPaul Mundt #define __ASM_SH_IRQFLAGS_H
3f15cbe6fSPaul Mundt 
403fdb708SPaul Mundt #define RAW_IRQ_DISABLED	0xf0
503fdb708SPaul Mundt #define RAW_IRQ_ENABLED		0x00
6f15cbe6fSPaul Mundt 
703fdb708SPaul Mundt #include <asm-generic/irqflags.h>
8f15cbe6fSPaul Mundt 
9f15cbe6fSPaul Mundt #endif /* __ASM_SH_IRQFLAGS_H */
10