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