repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IB/mthca: Query port fix
[linux-2.6/verdex.git]
/
include
/
asm-arm
/
arch-imx
/
mmc.h
blob
1937151665c75d896e512fef426ccd9e354e6e37
1
#ifndef ASMARM_ARCH_MMC_H
2
#define ASMARM_ARCH_MMC_H
3
4
#include <linux/mmc/protocol.h>
5
6
struct
imxmmc_platform_data
{
7
int
(*
card_present
)(
void
);
8
};
9
10
extern
void
imx_set_mmc_info
(
struct
imxmmc_platform_data
*
info
);
11
12
#endif