summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/string/memcpy.S
blob: 6de576ed0bf253a678ec50e6881e349e417bf45c (plain)
1
2
3
4
5
6
7
/*	$NetBSD: memcpy.S,v 1.4 2003/10/14 07:51:45 scw Exp $	*/

#if !defined(__XSCALE__) || defined(_STANDALONE)
#include "memcpy_arm.S"
#else
#include "memcpy_xscale.S"
#endif