aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/irqflags.h
blob: a741153b41c2d1eb5eb4c4e428410bac86f81135 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __ASM_SH_IRQFLAGS_H
#define __ASM_SH_IRQFLAGS_H

#define RAW_IRQ_DISABLED	0xf0
#define RAW_IRQ_ENABLED		0x00

#include <asm-generic/irqflags.h>

#endif /* __ASM_SH_IRQFLAGS_H */