Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 1 | #ifndef __ASM_SH_IRQFLAGS_H |
2 | #define __ASM_SH_IRQFLAGS_H | ||||
3 | |||||
Paul Mundt | 03fdb70 | 2009-10-17 21:06:39 +0900 | [diff] [blame^] | 4 | #define RAW_IRQ_DISABLED 0xf0 |
5 | #define RAW_IRQ_ENABLED 0x00 | ||||
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 6 | |
Paul Mundt | 03fdb70 | 2009-10-17 21:06:39 +0900 | [diff] [blame^] | 7 | #include <asm-generic/irqflags.h> |
Paul Mundt | afbfb52 | 2006-12-04 18:17:28 +0900 | [diff] [blame] | 8 | |
9 | #endif /* __ASM_SH_IRQFLAGS_H */ |