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

6 lines
84 B
C
Raw Normal View History

#ifdef CONFIG_X86_32
# include "io_apic_32.h"
#else
# include "io_apic_64.h"
#endif