sh_mobile_sdhi.h 325 B

1234567891011121314
  1. #ifndef __SH_MOBILE_SDHI_H__
  2. #define __SH_MOBILE_SDHI_H__
  3. #include <linux/types.h>
  4. struct sh_mobile_sdhi_info {
  5. int dma_slave_tx;
  6. int dma_slave_rx;
  7. unsigned long tmio_flags;
  8. u32 tmio_ocr_mask; /* available MMC voltages */
  9. void (*set_pwr)(struct platform_device *pdev, int state);
  10. };
  11. #endif /* __SH_MOBILE_SDHI_H__ */