repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mkfs: move directory entry manipulation
[minix.git]
/
common
/
lib
/
libc
/
arch
/
arm
/
string
/
memcpy.S
blob
c2c65a0abfbbb325c3a96deb339909f3beae2023
1
/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */
2
3
#if !defined(__XSCALE__) || defined(_STANDALONE)
4
#include "memcpy_arm.S"
5
#else
6
#include "memcpy_xscale.S"
7
#endif