
30 Dec
2016
30 Dec
'16
7:30 a.m.
Some SoCs can have their own card dect scheme. Then they may use this get_cd callback function after implementing init in their drivers.
Signed-off-by: Jaehoon Chung jh80.chung@samsung.com --- include/sdhci.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/sdhci.h b/include/sdhci.h index 144570f..0c0f48f 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -235,6 +235,7 @@ struct sdhci_ops { void (*write_w)(struct sdhci_host *host, u16 val, int reg); void (*write_b)(struct sdhci_host *host, u8 val, int reg); #endif + int (*get_cd)(struct sdhci_host *host); };
struct sdhci_host {
--
2.10.2