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/if_cx.c | 3 +++ 1 file changed, 3 insertions(+) (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 cedd6e8..cd7c193 100644 --- a/sys/i386/isa/if_cx.c +++ b/sys/i386/isa/if_cx.c @@ -51,6 +51,9 @@ extern struct cdevsw cx_cdevsw; #include #include +/* XXX exported. */ +void cxswitch (cx_chan_t *c, cx_soft_opt_t new); + static int cxprobe __P((struct isa_device *id)); static int cxattach __P((struct isa_device *id)); static void cxput __P((cx_chan_t *c, char b)); -- cgit v1.1