diff options
Diffstat (limited to 'sys/dev/isa/comvar.h')
-rw-r--r-- | sys/dev/isa/comvar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isa/comvar.h b/sys/dev/isa/comvar.h index c3f8068caec..5ba78c6dd16 100644 --- a/sys/dev/isa/comvar.h +++ b/sys/dev/isa/comvar.h @@ -1,5 +1,5 @@ -/* $OpenBSD: comvar.h,v 1.2 1996/04/21 22:23:20 deraadt Exp $ */ -/* $NetBSD: comvar.h,v 1.4 1996/04/15 18:54:35 cgd Exp $ */ +/* $OpenBSD: comvar.h,v 1.3 1996/05/10 12:37:14 deraadt Exp $ */ +/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -41,6 +41,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; |