]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/mips/string/memcpy.S
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / mips / string / memcpy.S
1 /*      $NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:50 christos Exp $      */
2
3 #include <machine/asm.h>
4 __FBSDID("$FreeBSD$");
5
6 #define MEMCOPY
7 #include "bcopy.S"