From a415512fd4b3c95c87808401c97e649c8ac7f41e Mon Sep 17 00:00:00 2001 From: gibbs Date: Sun, 21 Sep 1997 22:02:25 +0000 Subject: Update for new callout interface. --- sys/pccard/slot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pccard/slot.h') 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 */ -- cgit v1.1