2006-12-04 17:17:28 +08:00
|
|
|
#ifndef __ASM_SH_IRQFLAGS_H
|
|
|
|
#define __ASM_SH_IRQFLAGS_H
|
|
|
|
|
2009-10-17 20:06:39 +08:00
|
|
|
#define RAW_IRQ_DISABLED 0xf0
|
|
|
|
#define RAW_IRQ_ENABLED 0x00
|
2006-12-04 17:17:28 +08:00
|
|
|
|
2009-10-17 20:06:39 +08:00
|
|
|
#include <asm-generic/irqflags.h>
|
2006-12-04 17:17:28 +08:00
|
|
|
|
|
|
|
#endif /* __ASM_SH_IRQFLAGS_H */
|