From d53d6cd545d53ce2f288d0d42b4e7bfcedabbba3 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 5 May 1996 19:50:44 +0000 Subject: Move comintr() prototype to comvar.h; needed by the multi-port cards. --- sys/dev/ic/comvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/comvar.h') diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 6181e7973fe..637010932d6 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: comvar.h,v 1.4 1996/04/15 18:54:35 cgd Exp $ */ +/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -40,6 +40,7 @@ struct commulti_attach_args { }; int comprobe1 __P((bus_chipset_tag_t, bus_io_handle_t, int)); +int comintr __P((void *)); extern int comconsaddr; extern int comconsattached; -- cgit