From 46948cb1ecc7b7e77bd0918e90ae0c770638869c Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 18 Nov 1995 08:21:15 +0000 Subject: Fixed a bogus include path. Removed a bogus include. Added prototypes. --- sys/i386/isa/if_cx.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/if_cx.c') diff --git a/sys/i386/isa/if_cx.c b/sys/i386/isa/if_cx.c index 6292e74..8ab4ac4 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -20,7 +20,7 @@ #include "cx.h" #if NCX > 0 -#include +#include "bpfilter.h" #include #include @@ -44,7 +44,6 @@ # if __FreeBSD__ < 2 # include # else -# include # include # endif # define init_func_t void(*)(int) @@ -79,6 +78,14 @@ struct cxsoftc { #include #include +extern int cxprobe __P((struct isa_device *id)); +extern int cxattach __P((struct isa_device *id)); +extern void cxput __P((cx_chan_t *c, char b)); +extern void cxsend __P((cx_chan_t *c)); +extern void cxrinth __P((cx_chan_t *c)); +extern int cxtinth __P((cx_chan_t *c)); +extern void cxswitch __P((cx_chan_t *c, cx_soft_opt_t new)); + #ifdef DEBUG # define print(s) printf s #else -- cgit v1.1