mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
9 lines
187 B
C
9 lines
187 B
C
#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 */
|