diff options
author | mjacob <mjacob@cvs.openbsd.org> | 2001-03-15 19:03:34 +0000 |
---|---|---|
committer | mjacob <mjacob@cvs.openbsd.org> | 2001-03-15 19:03:34 +0000 |
commit | 9262f6dae89803a9c422d97098cfac2eb7f21dfb (patch) | |
tree | 7bf90af18e139123ae774002f0b5cad44b6ca5a0 | |
parent | 0d4706d8ef3d4ac4e9b7edd404627975e5cb6466 (diff) |
Add in missing prototype for comspeedcomspeed.
-rw-r--r-- | sys/dev/ic/comvar.h | 3 |
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)); |