aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1998-09-14 22:43:40 +0000
committerJohn Polstra <jdp@FreeBSD.org>1998-09-14 22:43:40 +0000
commit1a291e0cd4ff0e901be82a01e5fd47443dc786c7 (patch)
treef2a7f141e7d67a59798406c7d1141d278d19b9bc /sys/amd64/include/reg.h
parent011ee1102f24322d6dea957778060305289c7c6b (diff)
Notes
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index 5d36f27ceac1..3e97fc1aa6fc 100644
--- a/sys/amd64/include/reg.h
+++ b/sys/amd64/include/reg.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)reg.h 5.5 (Berkeley) 1/18/91
- * $Id: reg.h,v 1.14 1997/06/07 00:49:45 bde Exp $
+ * $Id: reg.h,v 1.15 1997/06/07 04:36:06 bde Exp $
*/
#ifndef _MACHINE_REG_H_
@@ -122,6 +122,7 @@ struct fpreg {
/*
* XXX these interfaces are MI, so they should be declared in a MI place.
*/
+int set_fpregs __P((struct proc *, struct fpreg *));
int set_regs __P((struct proc *p, struct reg *regs));
void setregs __P((struct proc *, u_long, u_long));
#endif