diff options
Diffstat (limited to 'include/linux/mmc/core.h')
-rw-r--r-- | include/linux/mmc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index 791f060a6f1d..86d81cf75b70 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -155,6 +155,7 @@ extern int mmc_can_trim(struct mmc_card *card); | |||
155 | extern int mmc_can_secure_erase_trim(struct mmc_card *card); | 155 | extern int mmc_can_secure_erase_trim(struct mmc_card *card); |
156 | extern int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, | 156 | extern int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, |
157 | unsigned int nr); | 157 | unsigned int nr); |
158 | extern unsigned int mmc_calc_max_discard(struct mmc_card *card); | ||
158 | 159 | ||
159 | extern int mmc_set_blocklen(struct mmc_card *card, unsigned int blocklen); | 160 | extern int mmc_set_blocklen(struct mmc_card *card, unsigned int blocklen); |
160 | 161 | ||