summaryrefslogtreecommitdiff
path: root/sys/dev/ic/comvar.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 15:01:51 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-30 15:01:51 +0000
commitd1918a04999db403b18d9a2070a31b9f85b52bea (patch)
tree0df414e37c61ee00c13b531119b4299ba4782ecd /sys/dev/ic/comvar.h
parent6e3fa11955dd8e4a96ca5e0ba97d9e2cb033b8f9 (diff)
cominit is used from the outside (the alpha port)
Diffstat (limited to 'sys/dev/ic/comvar.h')
-rw-r--r--sys/dev/ic/comvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h
index 5ba78c6dd16..ece4b98bb73 100644
--- a/sys/dev/ic/comvar.h
+++ b/sys/dev/ic/comvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comvar.h,v 1.3 1996/05/10 12:37:14 deraadt Exp $ */
+/* $OpenBSD: comvar.h,v 1.4 1996/10/30 15:01:50 niklas Exp $ */
/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */
/*
@@ -41,6 +41,7 @@ struct commulti_attach_args {
};
int comprobe1 __P((bus_chipset_tag_t, bus_io_handle_t, int));
+void cominit __P((bus_chipset_tag_t, bus_io_handle_t, int));
int comintr __P((void *));
extern int comconsaddr;