6 lines
106 B
C
6 lines
106 B
C
|
#ifdef CONFIG_X86_32
|
||
|
# include "intel_arch_perfmon_32.h"
|
||
|
#else
|
||
|
# include "intel_arch_perfmon_64.h"
|
||
|
#endif
|