2009-11-27 04:31:27 +00:00
|
|
|
#ifndef __SH_MOBILE_SDHI_H__
|
|
|
|
#define __SH_MOBILE_SDHI_H__
|
|
|
|
|
2010-05-19 18:37:36 +00:00
|
|
|
#include <linux/types.h>
|
|
|
|
|
2009-11-27 04:31:27 +00:00
|
|
|
struct sh_mobile_sdhi_info {
|
2010-05-19 18:34:16 +00:00
|
|
|
int dma_slave_tx;
|
|
|
|
int dma_slave_rx;
|
2010-05-19 18:36:08 +00:00
|
|
|
unsigned long tmio_flags;
|
2010-05-19 18:37:36 +00:00
|
|
|
u32 tmio_ocr_mask; /* available MMC voltages */
|
2009-11-27 04:31:27 +00:00
|
|
|
void (*set_pwr)(struct platform_device *pdev, int state);
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* __SH_MOBILE_SDHI_H__ */
|