Home | History | Annotate | Line # | Download | only in string
memcpy.S revision 1.5
      1  1.5      matt /*	$NetBSD: memcpy.S,v 1.5 2013/08/20 07:25:52 matt 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