summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 7f624c5338b5..9bf53de32a07 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -179,6 +179,7 @@ struct mmc_host_ops {
int (*notify_load)(struct mmc_host *, enum mmc_load);
void (*notify_halt)(struct mmc_host *mmc, bool halt);
+ void (*detect)(struct mmc_host *host, bool detected);
};
struct mmc_card;