]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/lib/libc/alpha/string/memcpy.S
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / lib / libc / alpha / string / memcpy.S
1 /*      $NetBSD: memcpy.S,v 1.1 1995/08/13 00:40:47 cgd Exp $   */
2
3
4 #include <machine/asm.h>
5 __FBSDID("$FreeBSD$");
6
7 #define MEMCOPY
8 #include "bcopy.S"