summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-01-28 10:02:38 +0000
committerphk <phk@FreeBSD.org>1996-01-28 10:02:38 +0000
commit571dda46ed1369f3e7a14fa255020c2f2b0eb1a0 (patch)
treea6e8973d9c171764e2b8cadb63475336f0e6f20c /sys/pccard/slot.h
parent71d56aaf502cdcac2cfd3eaf0682dda8e5e3d211 (diff)
downloadFreeBSD-src-571dda46ed1369f3e7a14fa255020c2f2b0eb1a0.zip
FreeBSD-src-571dda46ed1369f3e7a14fa255020c2f2b0eb1a0.tar.gz
Fix DEVFS, remove unused vars.
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