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

#define ARCH_IRQ_DISABLED	0xf0
#define ARCH_IRQ_ENABLED	0x00

#include <asm-generic/irqflags.h>

#endif /* __ASM_SH_IRQFLAGS_H */