repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ath9k: fix RSSI dummy marker value
[linux/fpc-iii.git]
/
tools
/
perf
/
bench
/
mem-memcpy-arch.h
blob
a72e36cb53943c1a9689b8ce6ee35abc467ccb1d
1
2
#ifdef ARCH_X86_64
3
4
#define MEMCPY_FN(fn, name, desc) \
5
extern void *fn(void *, const void *, size_t);
6
7
#include
"mem-memcpy-x86-64-asm-def.h"
8
9
#undef MEMCPY_FN
10
11
#endif
12