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.17-rc2 12 lines 221 B view raw
1#ifndef ASMARM_ARCH_MMC_H 2#define ASMARM_ARCH_MMC_H 3 4#include <linux/mmc/protocol.h> 5 6struct imxmmc_platform_data { 7 int (*card_present)(void); 8}; 9 10extern void imx_set_mmc_info(struct imxmmc_platform_data *info); 11 12#endif