diff options
Diffstat (limited to 'include')
-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 811e96e8d1fe..f8e4bcbd2846 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -135,6 +135,7 @@ extern void mmc_wait_for_req(struct mmc_host *, struct mmc_request *); | |||
135 | extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int); | 135 | extern int mmc_wait_for_cmd(struct mmc_host *, struct mmc_command *, int); |
136 | extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, | 136 | extern int mmc_wait_for_app_cmd(struct mmc_host *, struct mmc_card *, |
137 | struct mmc_command *, int); | 137 | struct mmc_command *, int); |
138 | extern int mmc_switch(struct mmc_card *, u8, u8, u8, unsigned int); | ||
138 | 139 | ||
139 | #define MMC_ERASE_ARG 0x00000000 | 140 | #define MMC_ERASE_ARG 0x00000000 |
140 | #define MMC_SECURE_ERASE_ARG 0x80000000 | 141 | #define MMC_SECURE_ERASE_ARG 0x80000000 |