OSDN Git Service

Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/max98095' into...
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / tools / perf / bench / mem-memcpy-arch.h
1
2 #ifdef HAVE_ARCH_X86_64_SUPPORT
3
4 #define MEMCPY_FN(fn, name, desc)               \
5         extern void *fn(void *, const void *, size_t);
6
7 #include "mem-memcpy-x86-64-asm-def.h"
8
9 #undef MEMCPY_FN
10
11 #endif
12