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/isa/syscons.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/isa/syscons.h') diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h index e660ba7..9859954 100644 --- a/sys/isa/syscons.h +++ b/sys/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.10 1995/07/11 18:34:30 bde Exp $ + * $Id: syscons.h,v 1.11 1995/09/10 21:35:13 bde Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -170,7 +170,6 @@ int scprobe(struct isa_device *dev); int scattach(struct isa_device *dev); int scparam(struct tty *tp, struct termios *t); void scstart(struct tty *tp); -void scintr(int unit); static void scinit(void); static u_int scgetc(int noblock); static scr_stat *get_scr_stat(dev_t dev); -- cgit v1.1