irqflags.h 186 字节
Newer Older
1 2 3
#ifndef __ASM_SH_IRQFLAGS_H
#define __ASM_SH_IRQFLAGS_H

4 5
#define RAW_IRQ_DISABLED	0xf0
#define RAW_IRQ_ENABLED		0x00
6

7
#include <asm-generic/irqflags.h>
8 9

#endif /* __ASM_SH_IRQFLAGS_H */