Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 0ee5623f9a6e52df90a78bd21179f8ab370e102e authored by Linus Torvalds on 04 May 2011, 02:59:13 UTC
Linux 2.6.39-rc6
Tip revision: 0ee5623
mem-memcpy-arch.h

#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

back to top