mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
6 lines
144 B
ArmAsm
6 lines
144 B
ArmAsm
/* $NetBSD: bcopy.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */
|
|
|
|
#include <machine/asm.h>
|
|
__FBSDID("$FreeBSD$");
|
|
#define _BCOPY
|
|
#include "memmove.S"
|