summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8c2222b0035..a8c9a7ccece 100644
--- a/sys/dev/ic/comvar.h
+++ b/sys/dev/ic/comvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: comvar.h,v 1.21 2001/03/15 18:47:53 art Exp $ */
+/* $OpenBSD: comvar.h,v 1.22 2001/03/15 19:03:33 mjacob Exp $ */
/* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */
/*
@@ -135,6 +135,7 @@ struct com_softc {
int enabled;
};
+int comspeedcomspeed __P((long, long));
int comprobe1 __P((bus_space_tag_t, bus_space_handle_t));
void cominit __P((bus_space_tag_t, bus_space_handle_t, int));
int comstop __P((struct tty *, int));