From 78ea2a381b4a1829338088dc12e054d05bd32b59 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 15 Dec 1995 00:54:32 +0000 Subject: Completed function declarations and/or added prototypes and/or added #includes to get prototypes. --- sys/i386/isa/cx.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/cx.c') 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 #include -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 -- cgit v1.1