From 6073486300a2c7430d184a9a41ad42bcb0c4345c Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 4 Nov 1995 17:08:13 +0000 Subject: Added `#include "ioconf.h"' to and cleaned up the misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to . "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it. --- sys/i386/isa/mse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/i386/isa/mse.c') diff --git a/sys/i386/isa/mse.c b/sys/i386/isa/mse.c index f4a81f7..b1484d1 100644 --- a/sys/i386/isa/mse.c +++ b/sys/i386/isa/mse.c @@ -11,7 +11,7 @@ * this software for any purpose. It is provided "as is" * without express or implied warranty. * - * $Id: mse.c,v 1.13 1995/07/16 10:12:06 bde Exp $ + * $Id: mse.c,v 1.14 1995/09/08 11:07:50 bde Exp $ */ /* * Driver for the Logitech and ATI Inport Bus mice for use with 386bsd and @@ -63,7 +63,6 @@ static int mseprobe(struct isa_device *); static int mseattach(struct isa_device *); -void mseintr(int); struct isa_driver msedriver = { mseprobe, mseattach, "mse" -- cgit v1.1