Files
linux-apfs/include/asm-x86/irq.h
T

6 lines
76 B
C
Raw Normal View History

#ifdef CONFIG_X86_32
# include "irq_32.h"
#else
# include "irq_64.h"
#endif