diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-09-21 21:38:54 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-09-21 21:38:54 +0000 |
| commit | 47558d4d775987b6d27a39adf50677442273bda1 (patch) | |
| tree | 534b94d2396e3cdf2ca5a01bd9118e6faad3a9c6 /sys/dev/si | |
| parent | 919429034ee7efb15c52960a4a5f2b7f49cd4bfa (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.h | 5 |
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 |
