]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/linux/mfd/sh_mobile_sdhi.h
c7b47f8ad6504a21f88cf3d939b64bb5c107d685
[net-next-2.6.git] / include / linux / mfd / sh_mobile_sdhi.h
1 #ifndef __SH_MOBILE_SDHI_H__
2 #define __SH_MOBILE_SDHI_H__
3
4 struct sh_mobile_sdhi_info {
5         int dma_slave_tx;
6         int dma_slave_rx;
7         unsigned long tmio_flags;
8         void (*set_pwr)(struct platform_device *pdev, int state);
9 };
10
11 #endif /* __SH_MOBILE_SDHI_H__ */