]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/mmc/core/sd_ops.h
mmc: add erase, secure erase, trim and secure trim operations
[net-next-2.6.git] / drivers / mmc / core / sd_ops.h
index 9742d8a3066483bbadbcd6b79b9c24004d115035..ffc2305d905fcc2c121a0d32a171846d835ec41b 100644 (file)
@@ -19,6 +19,7 @@ int mmc_send_relative_addr(struct mmc_host *host, unsigned int *rca);
 int mmc_app_send_scr(struct mmc_card *card, u32 *scr);
 int mmc_sd_switch(struct mmc_card *card, int mode, int group,
        u8 value, u8 *resp);
+int mmc_app_sd_status(struct mmc_card *card, void *ssr);
 
 #endif