mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
6 lines
121 B
ArmAsm
6 lines
121 B
ArmAsm
|
|
/* $NetBSD: bcopy.S,v 1.3 2003/10/14 07:51:45 scw Exp $ */
|
||
|
|
|
||
|
|
#include <machine/asm.h>
|
||
|
|
#define _BCOPY
|
||
|
|
#include "memmove.S"
|