diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-23 21:24:27 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-23 21:24:26 -0800 |
| commit | 86330cd7a198ac705d87637a8d5d677f3c132b62 (patch) | |
| tree | 5d670e30fb78e68211389403888a06ef3e22673e /include/linux | |
| parent | 8b1c3f57dd7a8af6855d3b1eb2168def5531e698 (diff) | |
| parent | 9727198d6d71ec5f624da1eb55b296c51d546742 (diff) | |
Merge "mmc: core: Initialize temperature controlled clock scaling"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 48849acf34ff..49648aa63ee3 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -185,6 +185,9 @@ struct mmc_host_ops { int (*notify_load)(struct mmc_host *, enum mmc_load); void (*notify_halt)(struct mmc_host *mmc, bool halt); void (*force_err_irq)(struct mmc_host *host, u64 errmask); + int (*check_temp)(struct mmc_host *host); + int (*reg_temp_callback)(struct mmc_host *host); + int (*dereg_temp_callback)(struct mmc_host *host); }; struct mmc_card; |
