Magnus Damm | be9cd7b | 2009-11-27 04:31:27 +0000 | [diff] [blame] | 1 | #ifndef __SH_MOBILE_SDHI_H__ |
2 | #define __SH_MOBILE_SDHI_H__ | ||||
3 | |||||
4 | struct sh_mobile_sdhi_info { | ||||
5 | void (*set_pwr)(struct platform_device *pdev, int state); | ||||
6 | }; | ||||
7 | |||||
8 | #endif /* __SH_MOBILE_SDHI_H__ */ |