• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
1#ifndef _MACH_MMC_H
2#define _MACH_MMC_H
3
4#include <mach/regs-ssp.h>
5
6struct stmp3xxxmmc_platform_data {
7	int (*get_wp)(void);
8	unsigned long (*setclock)(void __iomem *base, unsigned long);
9	void (*cmd_pullup)(int);
10	int  (*hw_init)(void);
11	void (*hw_release)(void);
12};
13
14#endif
15