1 1.7 justin /* $NetBSD: memcpy.S,v 1.7 2015/03/26 13:34:51 justin Exp $ */ 2 1.4 matt 3 1.4 matt #include <arm/cdefs.h> 4 1.1 christos 5 1.5 matt #if !defined(__XSCALE__) || defined(_STANDALONE) 6 1.1 christos #include "memcpy_arm.S" 7 1.1 christos #else 8 1.1 christos #include "memcpy_xscale.S" 9 1.1 christos #endif 10 1.6 joerg 11 1.7 justin #if defined(__ARM_EABI__) && !defined(_RUMPKERNEL) 12 1.6 joerg STRONG_ALIAS(__aeabi_memcpy, memcpy) 13 1.6 joerg #endif 14