mmc.h 277 B

1234567891011121314
  1. #ifndef _MACH_MMC_H
  2. #define _MACH_MMC_H
  3. #include <mach/regs-ssp.h>
  4. struct stmp3xxxmmc_platform_data {
  5. int (*get_wp)(void);
  6. unsigned long (*setclock)(void __iomem *base, unsigned long);
  7. void (*cmd_pullup)(int);
  8. int (*hw_init)(void);
  9. void (*hw_release)(void);
  10. };
  11. #endif