summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1996-05-05 19:50:44 +0000
committerchristos <christos@NetBSD.org>1996-05-05 19:50:44 +0000
commitd53d6cd545d53ce2f288d0d42b4e7bfcedabbba3 (patch)
tree7c86b17a3c3ed235bb35eef89dcabd3ffef4f239 /sys/dev
parentd21e608c6be42a6aa62b68692e4b0263f8dbbd62 (diff)
Move comintr() prototype to comvar.h; needed by the multi-port cards.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/com.c3
-rw-r--r--sys/dev/ic/comvar.h3
-rw-r--r--sys/dev/isa/com.c3
-rw-r--r--sys/dev/isa/comvar.h3
4 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c
index 035a09ffb9d..f22e2bb0f9e 100644
--- a/sys/dev/ic/com.c
+++ b/sys/dev/ic/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.80 1996/04/29 20:03:00 christos Exp $ */
+/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996
@@ -122,7 +122,6 @@ void comdiag __P((void *));
int comspeed __P((long));
int comparam __P((struct tty *, struct termios *));
void comstart __P((struct tty *));
-int comintr __P((void *));
void compoll __P((void *));
/* XXX: These belong elsewhere */
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;
diff --git a/sys/dev/isa/com.c b/sys/dev/isa/com.c
index 035a09ffb9d..f22e2bb0f9e 100644
--- a/sys/dev/isa/com.c
+++ b/sys/dev/isa/com.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.80 1996/04/29 20:03:00 christos Exp $ */
+/* $NetBSD: com.c,v 1.81 1996/05/05 19:50:44 christos Exp $ */
/*-
* Copyright (c) 1993, 1994, 1995, 1996
@@ -122,7 +122,6 @@ void comdiag __P((void *));
int comspeed __P((long));
int comparam __P((struct tty *, struct termios *));
void comstart __P((struct tty *));
-int comintr __P((void *));
void compoll __P((void *));
/* XXX: These belong elsewhere */
diff --git a/sys/dev/isa/comvar.h b/sys/dev/isa/comvar.h
index 6181e7973fe..637010932d6 100644
--- a/sys/dev/isa/comvar.h
+++ b/sys/dev/isa/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;