aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 845020d90c60..8c5f71376e41 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -62,6 +62,7 @@ struct mmc_ios {
62struct mmc_host_ops { 62struct mmc_host_ops {
63 void (*request)(struct mmc_host *host, struct mmc_request *req); 63 void (*request)(struct mmc_host *host, struct mmc_request *req);
64 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios); 64 void (*set_ios)(struct mmc_host *host, struct mmc_ios *ios);
65 int (*get_ro)(struct mmc_host *host);
65}; 66};
66 67
67struct mmc_card; 68struct mmc_card;