summaryrefslogtreecommitdiff
path: root/include/linux/amba
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2008-11-10 16:29:50 -0800
committerColin Cross <ccross@android.com>2012-04-09 13:53:16 -0700
commit4714774f512a66623179b63945b17607db246201 (patch)
treecb0380852ce90c52110a2e64e0282323c4670bfb /include/linux/amba
parent46b612beaa176bb35c1007864c5f56895a5d7336 (diff)
mmc: Add status IRQ and status callback function to mmc platform data
Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'include/linux/amba')
-rw-r--r--include/linux/amba/mmci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/amba/mmci.h b/include/linux/amba/mmci.h
index 32a89cf5ec4..0926063bff9 100644
--- a/include/linux/amba/mmci.h
+++ b/include/linux/amba/mmci.h
@@ -73,6 +73,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