sh_mobile_sdhi.h 250 B

1234567891011
  1. #ifndef __SH_MOBILE_SDHI_H__
  2. #define __SH_MOBILE_SDHI_H__
  3. struct sh_mobile_sdhi_info {
  4. int dma_slave_tx;
  5. int dma_slave_rx;
  6. unsigned long tmio_flags;
  7. void (*set_pwr)(struct platform_device *pdev, int state);
  8. };
  9. #endif /* __SH_MOBILE_SDHI_H__ */