diff options
| author | San Mehat <san@google.com> | 2008-11-10 16:29:50 -0800 |
|---|---|---|
| committer | John Stultz <john.stultz@linaro.org> | 2016-02-16 13:51:02 -0800 |
| commit | 91fa97e1e5c001d52f6c993d37be08d1e84f47b7 (patch) | |
| tree | 870888cbc5dd87bdb99709d01f41cc1c28831f9b /include/linux | |
| parent | 2643e5366d9d2073c8a2d5af52997cc27b7c4ff0 (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')
| -rw-r--r-- | include/linux/amba/mmci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/amba/mmci.h b/include/linux/amba/mmci.h index 8c98113069ce..0fbd47eddf20 100644 --- a/include/linux/amba/mmci.h +++ b/include/linux/amba/mmci.h @@ -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 |
