diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/sdio_func.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index 3365fef5f713..4164809a8e63 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
@@ -21,6 +21,11 @@ struct sdio_func { | |||
21 | struct mmc_card *card; /* the card this device belongs to */ | 21 | struct mmc_card *card; /* the card this device belongs to */ |
22 | struct device dev; /* the device */ | 22 | struct device dev; /* the device */ |
23 | unsigned int num; /* function number */ | 23 | unsigned int num; /* function number */ |
24 | |||
25 | unsigned char class; /* standard interface class */ | ||
26 | unsigned short vendor; /* vendor id */ | ||
27 | unsigned short device; /* device id */ | ||
28 | |||
24 | unsigned int state; /* function state */ | 29 | unsigned int state; /* function state */ |
25 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ | 30 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ |
26 | }; | 31 | }; |