linux/include/asm-x86/edac.h

6 lines
78 B
C

#ifdef CONFIG_X86_32
# include "edac_32.h"
#else
# include "edac_64.h"
#endif