home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / mach / mmc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  315 b   |  16 lines

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