summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/reg.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:31:29 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:31:29 +0000
commit29627a3d7d000aefc2860e1042707614018a2b57 (patch)
tree2e6f991566bacaf6f64cfa92a868572b7e6b00ae /sys/amd64/include/reg.h
parent69c48d96e98ebeb67dc6629d4852ac7d5968ce69 (diff)
downloadFreeBSD-src-29627a3d7d000aefc2860e1042707614018a2b57.zip
FreeBSD-src-29627a3d7d000aefc2860e1042707614018a2b57.tar.gz
apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module
works correctly. clock.h & reg.h: prototypes.
Diffstat (limited to 'sys/amd64/include/reg.h')
-rw-r--r--sys/amd64/include/reg.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h
index 2a1f061..5690d43 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.6 1994/01/03 07:55:34 davidg Exp $
+ * $Id: reg.h,v 1.8 1994/05/25 08:56:42 rgrimes Exp $
*/
#ifndef _MACHINE_REG_H_
@@ -103,4 +103,8 @@ struct fpreg {
#endif
};
+#ifdef KERNEL
+int set_regs __P((struct proc *p, struct reg *regs));
+void setregs __P((struct proc *, u_long, u_long));
+#endif
#endif /* _MACHINE_REG_H_ */
OpenPOWER on IntegriCloud