X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmmc%2Fhost%2Ftmio_mmc.h;h=1f1cb2628f673bcf2460220c8acbfcc00987fb17;hb=6a4679f312357ac7c74c0e1b996efdd1d0a612fa;hp=7f63ec05bdf41d153a7445be88798fd037ae8aaf;hpb=221bb8a46e230b9824204ae86537183d9991ff2a;p=cascardo%2Flinux.git diff --git a/drivers/mmc/host/tmio_mmc.h b/drivers/mmc/host/tmio_mmc.h index 7f63ec05bdf4..1f1cb2628f67 100644 --- a/drivers/mmc/host/tmio_mmc.h +++ b/drivers/mmc/host/tmio_mmc.h @@ -158,6 +158,7 @@ struct tmio_mmc_host { void (*clk_disable)(struct tmio_mmc_host *host); int (*multi_io_quirk)(struct mmc_card *card, unsigned int direction, int blk_size); + int (*card_busy)(struct mmc_host *mmc); int (*start_signal_voltage_switch)(struct mmc_host *mmc, struct mmc_ios *ios); };