summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index a6d7618..42681e8 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -125,6 +125,9 @@ struct slot {
struct power pwr; /* Power values */
struct slot_ctrl *ctrl; /* Per-controller data */
void *cdata; /* Controller specific data */
+#ifdef DEVFS
+ void *devfs_token;
+#endif /* DEVFS*/
};
enum card_event { card_removed, card_inserted };
OpenPOWER on IntegriCloud