From 2dd254afa61a7c0cc5ae920b463d3d4266852804 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Sun, 13 Jun 2004 21:49:30 +0000 Subject: debranch SMP, have fun --- sys/arch/i386/include/npx.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/include/npx.h') diff --git a/sys/arch/i386/include/npx.h b/sys/arch/i386/include/npx.h index d6f906efb46..810c7817bee 100644 --- a/sys/arch/i386/include/npx.h +++ b/sys/arch/i386/include/npx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: npx.h,v 1.6 2004/02/01 19:05:23 deraadt Exp $ */ +/* $OpenBSD: npx.h,v 1.7 2004/06/13 21:49:16 niklas Exp $ */ /* $NetBSD: npx.h,v 1.11 1994/10/27 04:16:11 cgd Exp $ */ /*- @@ -180,5 +180,8 @@ 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; + +void npxinit(struct cpu_info *); #endif /* !_I386_NPX_H_ */ -- cgit v1.2.3