1/*	$NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:50 christos Exp $	*/
2
3#include <machine/asm.h>
4__FBSDID("$FreeBSD: releng/11.0/lib/libc/mips/string/memcpy.S 178580 2008-04-26 12:08:02Z imp $");
5
6#define MEMCOPY
7#include "bcopy.S"
8