From 571dda46ed1369f3e7a14fa255020c2f2b0eb1a0 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 28 Jan 1996 10:02:38 +0000 Subject: Fix DEVFS, remove unused vars. --- sys/pccard/slot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/pccard/slot.h') 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 }; -- cgit v1.1