summaryrefslogtreecommitdiff
path: root/sys/dev/si
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1997-09-21 21:38:54 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1997-09-21 21:38:54 +0000
commit47558d4d775987b6d27a39adf50677442273bda1 (patch)
tree534b94d2396e3cdf2ca5a01bd9118e6faad3a9c6 /sys/dev/si
parent919429034ee7efb15c52960a4a5f2b7f49cd4bfa (diff)
Notes
Diffstat (limited to 'sys/dev/si')
-rw-r--r--sys/dev/si/si.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h
index 8e6f0abb2342..97284d8f7027 100644
--- a/sys/dev/si/si.h
+++ b/sys/dev/si/si.h
@@ -30,9 +30,11 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
* NO EVENT SHALL THE AUTHORS BE LIABLE.
*
- * $Id$
+ * $Id: si.h,v 1.8 1997/02/22 09:35:10 peter Exp $
*/
+#include <sys/callout.h>
+
/*
* Macro to turn a device number into various parameters, and test for
* CONTROL device.
@@ -358,6 +360,7 @@ struct si_port {
/* Lock state. */
struct termios sp_lin;
struct termios sp_lout;
+ struct callout_handle lstart_ch;/* For canceling our timeout */
#ifdef SI_DEBUG
int sp_debug; /* debug mask */
#endif