]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/core/core.h
mmc: core: Extend shutdown sequence to handle bus operations
[~andy/linux] / drivers / mmc / core / core.h
index 79f37cfc373b80d14b0e9a68ca11ede7f0953fdb..5345d156493efcc00dcb11790aa145d0f4ea51a0 100644 (file)
@@ -26,6 +26,7 @@ struct mmc_bus_ops {
        int (*power_save)(struct mmc_host *);
        int (*power_restore)(struct mmc_host *);
        int (*alive)(struct mmc_host *);
+       int (*shutdown)(struct mmc_host *);
 };
 
 void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);