mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Taken from: https://github.com/freebsd/freebsd.git Commit id: d44ce30d3054a38723f89a161c5e003e64d1aaae
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"
|