Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc6 9 lines 187 B view raw
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 */