diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-29 17:56:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-29 17:56:36 +0000 |
commit | d3392f87edb127e55cd899be6df1b58f26e5d3ad (patch) | |
tree | 6864aa539f331b1d16eaa673eb7065d4d1573667 | |
parent | b7d62e8df5cbf87298b85cb78a66b7c1c252842b (diff) |
Export comdefaultrate
-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 31bcdcb01e5..2a044c66ed5 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.6 1996/12/10 22:28:31 deraadt Exp $ */ +/* $OpenBSD: comvar.h,v 1.7 1997/01/29 17:56:35 niklas Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -109,6 +109,7 @@ int comcngetc __P((dev_t)); void comcnputc __P((dev_t, int)); void comcnpollc __P((dev_t, int)); +extern int comdefaultrate; extern int comconsaddr; extern int comconsinit; extern int comconsattached; |