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 { |
Guennadi Liakhovetski | 056676d | 2010-05-19 18:34:16 +0000 | [diff] [blame] | 5 | int dma_slave_tx; |
| 6 | int dma_slave_rx; |
Guennadi Liakhovetski | f87c20a | 2010-05-19 18:36:08 +0000 | [diff] [blame^] | 7 | unsigned long tmio_flags; |
Magnus Damm | be9cd7b | 2009-11-27 04:31:27 +0000 | [diff] [blame] | 8 | void (*set_pwr)(struct platform_device *pdev, int state); |
| 9 | }; |
| 10 | |
| 11 | #endif /* __SH_MOBILE_SDHI_H__ */ |