blob: 0d15786d9ae30743b379f84c0f7555cb4bba45c4 [file] [log] [blame]
Jan Beulichbe3de802012-01-24 10:03:22 -02001
Ingo Molnar89fe8082013-09-30 12:07:11 +02002#ifdef HAVE_ARCH_X86_64_SUPPORT
Jan Beulichbe3de802012-01-24 10:03:22 -02003
4#define MEMSET_FN(fn, name, desc) \
Arnaldo Carvalho de Melo3938bad2016-03-23 15:06:35 -03005 void *fn(void *, int, size_t);
Jan Beulichbe3de802012-01-24 10:03:22 -02006
7#include "mem-memset-x86-64-asm-def.h"
8
9#undef MEMSET_FN
10
11#endif
12