]> Git Repo - linux.git/blob - arch/sh/include/asm/irqflags.h
Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / arch / sh / include / asm / irqflags.h
1 #ifndef __ASM_SH_IRQFLAGS_H
2 #define __ASM_SH_IRQFLAGS_H
3
4 #define ARCH_IRQ_DISABLED       0xf0
5 #define ARCH_IRQ_ENABLED        0x00
6
7 #include <asm-generic/irqflags.h>
8
9 #endif /* __ASM_SH_IRQFLAGS_H */
This page took 0.030013 seconds and 4 git commands to generate.