From 072b56c97e17e8e69ddab5a735b5297387a88a70 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 30 Oct 1996 22:41:57 +0000 Subject: Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. -Wall -Wstrict-prototypes -Wmissing-prototypes too. --- sys/arch/alpha/include/reg.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/alpha/include/reg.h') diff --git a/sys/arch/alpha/include/reg.h b/sys/arch/alpha/include/reg.h index 6dbb8d0ed41..f7f9dcde9ed 100644 --- a/sys/arch/alpha/include/reg.h +++ b/sys/arch/alpha/include/reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: reg.h,v 1.2 1996/07/29 22:59:13 niklas Exp $ */ +/* $OpenBSD: reg.h,v 1.3 1996/10/30 22:39:25 niklas Exp $ */ /* $NetBSD: reg.h,v 1.2 1995/03/28 18:14:07 jtc Exp $ */ /* @@ -94,6 +94,8 @@ struct fpreg { #ifdef _KERNEL void restorefpstate __P((struct fpreg *)); void savefpstate __P((struct fpreg *)); +void frametoreg __P((struct trapframe *, struct reg *)); +void regtoframe __P((struct reg *, struct trapframe *)); #endif #endif /* _ALPHA_REG_H_ */ -- cgit v1.2.3