]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/perf/bench/mem-memset-arch.h
manual merge of x86/reboot
[karo-tx-linux.git] / tools / perf / bench / mem-memset-arch.h
1
2 #ifdef HAVE_ARCH_X86_64_SUPPORT
3
4 #define MEMSET_FN(fn, name, desc)               \
5         extern void *fn(void *, int, size_t);
6
7 #include "mem-memset-x86-64-asm-def.h"
8
9 #undef MEMSET_FN
10
11 #endif
12