mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02: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:
parent
70abd67c1d
commit
eca2e01f19
|
|
@ -55,6 +55,8 @@ struct mmci_platform_data {
|
|||
bool (*dma_filter)(struct dma_chan *chan, void *filter_param);
|
||||
void *dma_rx_param;
|
||||
void *dma_tx_param;
|
||||
unsigned int status_irq;
|
||||
int (*register_status_notify)(void (*callback)(int card_present, void *dev_id), void *dev_id);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user