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

Commit 46f230f8 authored by San Mehat's avatar San Mehat Committed by Ruchi Kandoi
Browse files

mmc: Add status IRQ and status callback function to mmc platform data



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 06bf8b11
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,9 @@ struct mmci_platform_data {
	int	gpio_wp;
	int	gpio_cd;
	bool	cd_invert;
	unsigned int status_irq;
	int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);

};

#endif