Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.14-rc5 15 lines 315 B view raw
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 9struct 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