summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-21 22:02:25 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-21 22:02:25 +0000
commita415512fd4b3c95c87808401c97e649c8ac7f41e (patch)
tree8463ee0d001498dfdefc34fc8911c491b2f0ecf0 /sys/pccard/slot.h
parent52ace446d29ab170f74f1db02832f24b01e04f20 (diff)
downloadFreeBSD-src-a415512fd4b3c95c87808401c97e649c8ac7f41e.zip
FreeBSD-src-a415512fd4b3c95c87808401c97e649c8ac7f41e.tar.gz
Update for new callout interface.
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index f9181d8..38e64ea 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -120,6 +120,8 @@ struct slot {
* flags.
*/
unsigned int insert_seq; /* Firing up under the card */
+ struct callout_handle insert_ch;/* Insert event timeout handle */
+ struct callout_handle poff_ch; /* Power Off timeout handle */
enum cardstate state, laststate; /* Current/last card states */
struct selinfo selp; /* Info for select */
OpenPOWER on IntegriCloud