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"
8