mmc.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/include/asm-arm/mach/mmc.h
  3.  */
  4. #ifndef ASMARM_MACH_MMC_H
  5. #define ASMARM_MACH_MMC_H
  6. #include <linux/mmc/protocol.h>
  7. struct mmc_platform_data {
  8. unsigned int ocr_mask; /* available voltages */
  9. u32 (*translate_vdd)(struct device *, unsigned int);
  10. unsigned int (*status)(struct device *);
  11. };
  12. #endif