aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/npx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/npx.h')
-rw-r--r--sys/amd64/include/npx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 33c6a232fd36..719142d93426 100644
--- a/sys/amd64/include/npx.h
+++ b/sys/amd64/include/npx.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
- * $Id$
+ * $Id: npx.h,v 1.12 1997/02/22 09:34:52 peter Exp $
*/
/*
@@ -140,6 +140,8 @@ struct save87 {
struct proc;
+extern struct proc *npxproc;
+
int npxdna __P((void));
void npxexit __P((struct proc *p));
void npxinit __P((int control));