Sign in
googlers
/
maze
/
linux
/
a6b2c5d4754dc539a560fdf0d3fb78a14174394a
/
.
/
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