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