diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-06-22 16:04:22 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-06-22 16:04:22 +0000 |
| commit | b3196e4b9f0b6d9ac2ed948ebc4cee022dca05e3 (patch) | |
| tree | 662dc77d5624d405145083ce228795684811908a /sys/amd64/include/fpu.h | |
| parent | 3b18caba296661ff70df27bff6445b7147404468 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/fpu.h')
| -rw-r--r-- | sys/amd64/include/fpu.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 33c6a232fd36..719142d93426 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.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)); |
