Added prototypes for w16zero and w16copy, found

in the new w16copy.s.
This commit is contained in:
fredette 2001-06-14 15:49:05 +00:00
parent c7154a0bfd
commit e20baedfd4
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: m68k.h,v 1.7 2001/05/03 20:55:11 fredette Exp $ */
/* $NetBSD: m68k.h,v 1.8 2001/06/14 15:49:05 fredette Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -109,6 +109,10 @@ void zeropage __P((void *addr));
int getdfc __P((void));
int getsfc __P((void));
/* w16copy.s */
void w16zero __P((void *, u_int));
void w16copy __P((const void *, void *, u_int));
#ifdef MAPPEDCOPY
/* mappedcopy.c */
int mappedcopyin __P((void *fromp, void *top, size_t count));