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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue