xref: /linux/arch/sh/include/asm/irqflags.h (revision 163849ea9b4c5d50fbd324692461983d18faadad)
1 #ifndef __ASM_SH_IRQFLAGS_H
2 #define __ASM_SH_IRQFLAGS_H
3 
4 #define RAW_IRQ_DISABLED	0xf0
5 #define RAW_IRQ_ENABLED		0x00
6 
7 #include <asm-generic/irqflags.h>
8 
9 #endif /* __ASM_SH_IRQFLAGS_H */
10