mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
8 lines
179 B
ArmAsm
8 lines
179 B
ArmAsm
/* $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:49 christos Exp $ */
|
|
|
|
#if !defined(__XSCALE__) || defined(_STANDALONE)
|
|
#include "memcpy_arm.S"
|
|
#else
|
|
#include "memcpy_xscale.S"
|
|
#endif
|