Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
602cada851b28c5792339786efe872fbdc1f5d41
/
.
/
include
/
asm-arm
/
arch-imx
/
mmc.h
blob: 1937151665c75d896e512fef426ccd9e354e6e37 [
file
] [
log
] [
blame
]
#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