diff options
Diffstat (limited to 'include/linux/mmc')
-rw-r--r-- | include/linux/mmc/sh_mobile_sdhi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/sh_mobile_sdhi.h b/include/linux/mmc/sh_mobile_sdhi.h index 082a736a9bfb..686b85bfb7a5 100644 --- a/include/linux/mmc/sh_mobile_sdhi.h +++ b/include/linux/mmc/sh_mobile_sdhi.h | |||
@@ -20,6 +20,10 @@ struct sh_mobile_sdhi_info { | |||
20 | struct tmio_mmc_data *pdata; | 20 | struct tmio_mmc_data *pdata; |
21 | void (*set_pwr)(struct platform_device *pdev, int state); | 21 | void (*set_pwr)(struct platform_device *pdev, int state); |
22 | int (*get_cd)(struct platform_device *pdev); | 22 | int (*get_cd)(struct platform_device *pdev); |
23 | |||
24 | /* callbacks for board specific setup code */ | ||
25 | int (*init)(struct platform_device *pdev); | ||
26 | void (*cleanup)(struct platform_device *pdev); | ||
23 | }; | 27 | }; |
24 | 28 | ||
25 | #endif /* LINUX_MMC_SH_MOBILE_SDHI_H */ | 29 | #endif /* LINUX_MMC_SH_MOBILE_SDHI_H */ |