]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/mfd/sh_mobile_sdhi.h
mfd: pass platform flags down to the tmio_mmc driver
[net-next-2.6.git] / include / linux / mfd / sh_mobile_sdhi.h
CommitLineData
be9cd7b6
MD
1#ifndef __SH_MOBILE_SDHI_H__
2#define __SH_MOBILE_SDHI_H__
3
4struct sh_mobile_sdhi_info {
056676da
GL
5 int dma_slave_tx;
6 int dma_slave_rx;
f87c20a9 7 unsigned long tmio_flags;
be9cd7b6
MD
8 void (*set_pwr)(struct platform_device *pdev, int state);
9};
10
11#endif /* __SH_MOBILE_SDHI_H__ */