summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/ctx.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-15 00:54:32 +0000
committerbde <bde@FreeBSD.org>1995-12-15 00:54:32 +0000
commit78ea2a381b4a1829338088dc12e054d05bd32b59 (patch)
tree0e4fed627017f370a1dc320465630b9b87d4f4af /sys/i386/isa/ctx.c
parent54924772e9c10201de95bda5b1765dc4efc93604 (diff)
downloadFreeBSD-src-78ea2a381b4a1829338088dc12e054d05bd32b59.zip
FreeBSD-src-78ea2a381b4a1829338088dc12e054d05bd32b59.tar.gz
Completed function declarations and/or added prototypes and/or added
#includes to get prototypes.
Diffstat (limited to 'sys/i386/isa/ctx.c')
-rw-r--r--sys/i386/isa/ctx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/ctx.c b/sys/i386/isa/ctx.c
index 4337961..4a80d1d 100644
--- a/sys/i386/isa/ctx.c
+++ b/sys/i386/isa/ctx.c
@@ -8,7 +8,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
- * $Id: ctx.c,v 1.14 1995/12/10 13:38:25 phk Exp $
+ * $Id: ctx.c,v 1.15 1995/12/15 00:29:28 bde Exp $
*/
/*
@@ -138,7 +138,8 @@ static int waitvb(short);
#define UNIT(x) ((x) & 0x07)
-static int ctxprobe(), ctxattach();
+static int ctxprobe __P((struct isa_device *devp));
+static int ctxattach __P((struct isa_device *devp));
struct isa_driver ctxdriver = {ctxprobe, ctxattach, "ctx"};
static d_open_t ctxopen;
OpenPOWER on IntegriCloud