|
@@ -26,6 +26,7 @@ struct mmc_bus_ops {
|
|
|
int (*power_save)(struct mmc_host *);
|
|
int (*power_save)(struct mmc_host *);
|
|
|
int (*power_restore)(struct mmc_host *);
|
|
int (*power_restore)(struct mmc_host *);
|
|
|
int (*alive)(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);
|
|
void mmc_attach_bus(struct mmc_host *host, const struct mmc_bus_ops *ops);
|