blob: a741153b41c2d1eb5eb4c4e428410bac86f81135 [file] [log] [blame]
Paul Mundtafbfb522006-12-04 18:17:28 +09001#ifndef __ASM_SH_IRQFLAGS_H
2#define __ASM_SH_IRQFLAGS_H
3
Paul Mundt03fdb702009-10-17 21:06:39 +09004#define RAW_IRQ_DISABLED 0xf0
5#define RAW_IRQ_ENABLED 0x00
Paul Mundtafbfb522006-12-04 18:17:28 +09006
Paul Mundt03fdb702009-10-17 21:06:39 +09007#include <asm-generic/irqflags.h>
Paul Mundtafbfb522006-12-04 18:17:28 +09008
9#endif /* __ASM_SH_IRQFLAGS_H */