mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
6 lines
78 B
C
6 lines
78 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "edac_32.h"
|
||
|
#else
|
||
|
# include "edac_64.h"
|
||
|
#endif
|