summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-08 22:27:58 +0000
committerphk <phk@FreeBSD.org>1994-10-08 22:27:58 +0000
commitce7e00f64f45929495ce709370ed004d2369b594 (patch)
tree1e3eae54e8c1bb3dee407594ccbff04905cf1353 /sys
parentbe4fdf00a8f8947c051ab2cece8aa3aee3be6352 (diff)
downloadFreeBSD-src-ce7e00f64f45929495ce709370ed004d2369b594.zip
FreeBSD-src-ce7e00f64f45929495ce709370ed004d2369b594.tar.gz
A couple of prototypes moved out from here.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/fpu.c4
-rw-r--r--sys/amd64/isa/npx.c4
-rw-r--r--sys/i386/isa/npx.c4
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 1adce1a..98e2276 100644
--- a/sys/amd64/amd64/fpu.c
+++ b/sys/amd64/amd64/fpu.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
+ * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $
*/
#include "npx.h"
@@ -91,8 +91,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-int npxdna __P((void));
-void npxexit __P((struct proc *p));
void npxinit __P((u_int control));
void npxintr __P((struct intrframe frame));
void npxsave __P((struct save87 *addr));
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 1adce1a..98e2276 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
+ * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $
*/
#include "npx.h"
@@ -91,8 +91,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-int npxdna __P((void));
-void npxexit __P((struct proc *p));
void npxinit __P((u_int control));
void npxintr __P((struct intrframe frame));
void npxsave __P((struct save87 *addr));
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 1adce1a..98e2276 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $
+ * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $
*/
#include "npx.h"
@@ -91,8 +91,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-int npxdna __P((void));
-void npxexit __P((struct proc *p));
void npxinit __P((u_int control));
void npxintr __P((struct intrframe frame));
void npxsave __P((struct save87 *addr));
OpenPOWER on IntegriCloud