opnsense-src/lib/libc/alpha/string/memcpy.S

9 lines
146 B
ArmAsm
Raw Normal View History

/* $NetBSD: memcpy.S,v 1.1 1995/08/13 00:40:47 cgd Exp $ */
2003-01-18 19:17:03 -05:00
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
#define MEMCOPY
#include "bcopy.S"