aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mips/string/memcpy.S
blob: 8d3c0dbfcf2c40e0e54adb46730f7d9425c43262 (plain) (blame)
1
2
3
4
5
6
7
/*	$NetBSD: memcpy.S,v 1.1 2005/12/20 19:28:50 christos Exp $	*/

#include <machine/asm.h>
__FBSDID("$FreeBSD$");

#define MEMCOPY
#include "bcopy.S"