mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
mmc: Add status IRQ and status callback function to mmc platform data
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
committed by
Arve Hjønnevåg
parent
252e0e32ac
commit
cfd429c655
@@ -13,6 +13,8 @@ struct mmci_platform_data {
|
||||
int gpio_wp;
|
||||
int gpio_cd;
|
||||
unsigned long capabilities;
|
||||
unsigned int status_irq;
|
||||
int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user