2009-11-27 12:31:27 +08:00
|
|
|
#ifndef __SH_MOBILE_SDHI_H__
|
|
|
|
#define __SH_MOBILE_SDHI_H__
|
|
|
|
|
|
|
|
struct sh_mobile_sdhi_info {
|
2010-05-20 02:34:16 +08:00
|
|
|
int dma_slave_tx;
|
|
|
|
int dma_slave_rx;
|
2009-11-27 12:31:27 +08:00
|
|
|
void (*set_pwr)(struct platform_device *pdev, int state);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __SH_MOBILE_SDHI_H__ */
|