summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/cx.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/cx.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/cx.c')
-rw-r--r--sys/i386/isa/cx.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/isa/cx.c b/sys/i386/isa/cx.c
index 09a92b1..75af7e8 100644
--- a/sys/i386/isa/cx.c
+++ b/sys/i386/isa/cx.c
@@ -61,8 +61,14 @@
#include <machine/cronyx.h>
#include <i386/isa/cxreg.h>
-extern void cxswitch (cx_chan_t *c, cx_soft_opt_t new);
-extern timeout_t cxtimeout;
+/* XXX imported from if_cx.c. */
+void cxswitch (cx_chan_t *c, cx_soft_opt_t new);
+
+/* XXX exported. */
+void cxmint (cx_chan_t *c);
+int cxrinta (cx_chan_t *c);
+void cxtinta (cx_chan_t *c);
+timeout_t cxtimeout;
#ifdef DEBUG
# define print(s) printf s
OpenPOWER on IntegriCloud