blob: 5aad2a9408b06094c76790ce7d4f330ceb98365e [file] [log] [blame]
Hitoshi Mitakeea7872b2010-11-25 16:04:53 +09001
Ingo Molnar89fe8082013-09-30 12:07:11 +02002#ifdef HAVE_ARCH_X86_64_SUPPORT
Hitoshi Mitakeea7872b2010-11-25 16:04:53 +09003
4#define MEMCPY_FN(fn, name, desc) \
Arnaldo Carvalho de Melo3938bad2016-03-23 15:06:35 -03005 void *fn(void *, const void *, size_t);
Hitoshi Mitakeea7872b2010-11-25 16:04:53 +09006
7#include "mem-memcpy-x86-64-asm-def.h"
8
9#undef MEMCPY_FN
10
11#endif
12