diff options
author | imp <imp@FreeBSD.org> | 1999-12-01 15:45:39 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-12-01 15:45:39 +0000 |
commit | 01350b9e3faffbaebc4503f154f0d4a534b8aa1d (patch) | |
tree | cdc6c9fd047980fb6a1d7fcfc0847e5320f18d61 /sys | |
parent | e0b4381b55c3032a13d7c6e4c3bb13a57be62cd5 (diff) | |
download | FreeBSD-src-01350b9e3faffbaebc4503f154f0d4a534b8aa1d.zip FreeBSD-src-01350b9e3faffbaebc4503f154f0d4a534b8aa1d.tar.gz |
Forgot to commit this in last commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/pccard/slot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index 18ffc62..6893276 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -114,6 +114,7 @@ struct slot { 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 */ + struct callout_handle disable_ch; /* Disable spl0 kludge */ enum cardstate state, laststate; /* Current/last card states */ struct selinfo selp; /* Info for select */ |