Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54163227 authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by John Stultz
Browse files

ARM: Add 'card_present' state to mmc_platfrom_data

parent 5b42ae3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ struct embedded_sdio_data {
struct mmc_platform_data {
	unsigned int ocr_mask;			/* available voltages */
	int built_in;				/* built-in device flag */
	int card_present;			/* card detect state */
	u32 (*translate_vdd)(struct device *, unsigned int);
	unsigned int (*status)(struct device *);
	struct embedded_sdio_data *embedded_sdio;