summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-06 00:58:06 +0000
committerbde <bde@FreeBSD.org>1994-11-06 00:58:06 +0000
commit5cc6cf8e91c65065f8279eb86b119d026d1341c2 (patch)
tree6405e06555e8c65ed18e9d97d2999eca17beb783
parent02630d5e4bda74529142ab916ce9f9f2d85118ad (diff)
downloadFreeBSD-src-5cc6cf8e91c65065f8279eb86b119d026d1341c2.zip
FreeBSD-src-5cc6cf8e91c65065f8279eb86b119d026d1341c2.tar.gz
Public function declarations moved to <machine/npx.h>.
-rw-r--r--sys/amd64/amd64/fpu.c5
-rw-r--r--sys/amd64/isa/npx.c5
-rw-r--r--sys/i386/isa/npx.c5
3 files changed, 3 insertions, 12 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c
index 991bfd9..35b3af6 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.14 1994/10/08 22:27:58 phk Exp $
+ * $Id: npx.c,v 1.15 1994/10/23 21:27:32 wollman Exp $
*/
#include "npx.h"
@@ -94,9 +94,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-void npxinit __P((u_int control));
-void npxintr __P((struct intrframe frame));
-void npxsave __P((struct save87 *addr));
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 991bfd9..35b3af6 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.14 1994/10/08 22:27:58 phk Exp $
+ * $Id: npx.c,v 1.15 1994/10/23 21:27:32 wollman Exp $
*/
#include "npx.h"
@@ -94,9 +94,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-void npxinit __P((u_int control));
-void npxintr __P((struct intrframe frame));
-void npxsave __P((struct save87 *addr));
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 991bfd9..35b3af6 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.14 1994/10/08 22:27:58 phk Exp $
+ * $Id: npx.c,v 1.15 1994/10/23 21:27:32 wollman Exp $
*/
#include "npx.h"
@@ -94,9 +94,6 @@ typedef u_char bool_t;
extern struct gate_descriptor idt[];
-void npxinit __P((u_int control));
-void npxintr __P((struct intrframe frame));
-void npxsave __P((struct save87 *addr));
static int npxattach __P((struct isa_device *dvp));
static int npxprobe __P((struct isa_device *dvp));
static int npxprobe1 __P((struct isa_device *dvp));
OpenPOWER on IntegriCloud