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

Commit b07da91f authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Ruchi Kandoi
Browse files

ARM: Add 'card_present' state to mmc_platfrom_data

parent 075d97f6
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;