diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 18d041f85f95..6c6a699abea9 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -96,6 +96,7 @@ struct mmc_cmdq_host_ops { int err); int (*halt)(struct mmc_host *host, bool halt); void (*reset)(struct mmc_host *host, bool soft); + void (*dumpstate)(struct mmc_host *host); }; struct mmc_host_ops { |
