diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-15 03:15:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-15 03:15:59 +0000 |
commit | dcfda0a4a4c0dae6f95fd62132b7f9f3641d8584 (patch) | |
tree | e6bf375a2bccc567908cb6b2fbfe1222d394707a /sys/dev/ic/comvar.h | |
parent | fa53e32d7ef76a81d846adf05f0498a9c2ab2f37 (diff) |
move prototype for com_raisedtr() to comvar.h (just like pccom).
Diffstat (limited to 'sys/dev/ic/comvar.h')
-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 7d768d25b39..e70a88dc68c 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.32 2003/06/03 21:09:02 deraadt Exp $ */ +/* $OpenBSD: comvar.h,v 1.33 2003/07/15 03:15:58 jason Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -155,6 +155,7 @@ void comcnputc(dev_t, int); void comcnpollc(dev_t, int); int com_common_getc(bus_space_tag_t, bus_space_handle_t); void com_common_putc(bus_space_tag_t, bus_space_handle_t, int); +void com_raisedtr(void *); #ifdef KGDB int com_kgdb_attach(bus_space_tag_t, int, int, int, tcflag_t); |