diff options
Diffstat (limited to 'include/linux/mmc/sdio_func.h')
-rw-r--r-- | include/linux/mmc/sdio_func.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_func.h b/include/linux/mmc/sdio_func.h index 269067663c8d..2f2b3c854415 100644 --- a/include/linux/mmc/sdio_func.h +++ b/include/linux/mmc/sdio_func.h | |||
@@ -36,6 +36,8 @@ struct sdio_func { | |||
36 | unsigned short vendor; /* vendor id */ | 36 | unsigned short vendor; /* vendor id */ |
37 | unsigned short device; /* device id */ | 37 | unsigned short device; /* device id */ |
38 | 38 | ||
39 | unsigned short blksize; /* maximum block size */ | ||
40 | |||
39 | unsigned int state; /* function state */ | 41 | unsigned int state; /* function state */ |
40 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ | 42 | #define SDIO_STATE_PRESENT (1<<0) /* present in sysfs */ |
41 | 43 | ||