aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-imx/mmc.h
blob: 1937151665c75d896e512fef426ccd9e354e6e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef ASMARM_ARCH_MMC_H
#define ASMARM_ARCH_MMC_H

#include <linux/mmc/protocol.h>

struct imxmmc_platform_data {
	int (*card_present)(void);
};

extern void imx_set_mmc_info(struct imxmmc_platform_data *info);

#endif