linux/include/asm-x86/io_apic.h

6 lines
84 B
C

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