summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/npx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/npx.h')
-rw-r--r--sys/arch/i386/include/npx.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/include/npx.h b/sys/arch/i386/include/npx.h
index 6db0d05539b..a3b787214b6 100644
--- a/sys/arch/i386/include/npx.h
+++ b/sys/arch/i386/include/npx.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: npx.h,v 1.10 2006/10/01 18:07:56 kettenis Exp $ */
+/* $OpenBSD: npx.h,v 1.11 2009/10/03 21:51:01 kettenis Exp $ */
/* $NetBSD: npx.h,v 1.11 1994/10/27 04:16:11 cgd Exp $ */
/*-
@@ -161,8 +161,11 @@ struct emcsts {
void process_xmm_to_s87(const struct savexmm *, struct save87 *);
void process_s87_to_xmm(const struct save87 *, struct savexmm *);
+
struct cpu_info;
+struct trapframe;
void npxinit(struct cpu_info *);
+void npxtrap(struct trapframe *);
#endif /* !_I386_NPX_H_ */