mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04: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 */
|