sh_mobile_sdhi.h 185 B

12345678
  1. #ifndef __SH_MOBILE_SDHI_H__
  2. #define __SH_MOBILE_SDHI_H__
  3. struct sh_mobile_sdhi_info {
  4. void (*set_pwr)(struct platform_device *pdev, int state);
  5. };
  6. #endif /* __SH_MOBILE_SDHI_H__ */