mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 21:02:35 +00:00
13 lines
173 B
C
13 lines
173 B
C
|
|
||
|
#ifdef ARCH_X86_64
|
||
|
|
||
|
#define MEMCPY_FN(fn, name, desc) \
|
||
|
extern void *fn(void *, const void *, size_t);
|
||
|
|
||
|
#include "mem-memcpy-x86-64-asm-def.h"
|
||
|
|
||
|
#undef MEMCPY_FN
|
||
|
|
||
|
#endif
|
||
|
|