Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
[linux-2.6-block.git] / tools / perf / bench / mem-memcpy-arch.h
CommitLineData
ea7872b9 1
89fe808a 2#ifdef HAVE_ARCH_X86_64_SUPPORT
ea7872b9
HM
3
4#define MEMCPY_FN(fn, name, desc) \
3938bad4 5 void *fn(void *, const void *, size_t);
ea7872b9
HM
6
7#include "mem-memcpy-x86-64-asm-def.h"
8
9#undef MEMCPY_FN
10
11#endif
12