From 1cb889e80dbef97f48b4969feec35ecea8df5d2f Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Wed, 8 Aug 2001 19:07:18 +0000 Subject: move the com_raisedtr proto for timeout_set --- sys/arch/i386/isa/pccomvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/isa/pccomvar.h') diff --git a/sys/arch/i386/isa/pccomvar.h b/sys/arch/i386/isa/pccomvar.h index 58c8a226fb4..80fa32c9967 100644 --- a/sys/arch/i386/isa/pccomvar.h +++ b/sys/arch/i386/isa/pccomvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pccomvar.h,v 1.12 2001/03/15 17:52:20 deraadt Exp $ */ +/* $OpenBSD: pccomvar.h,v 1.13 2001/08/08 19:07:17 mickey Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -126,6 +126,7 @@ int comparam __P((struct tty *, struct termios *)); void comstart __P((struct tty *)); void comsoft __P((void)); int comhwiflow __P((struct tty *, int)); +void com_raisedtr __P((void *)); struct consdev; void comcnprobe __P((struct consdev *)); -- cgit v1.2.3