repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.31.8
[linux/fpc-iii.git]
/
arch
/
arm
/
plat-stmp3xxx
/
include
/
mach
/
mmc.h
blob
ba81e1543761fd4cf3c6e45c9ab7f99570ab09cd
1
#ifndef _MACH_MMC_H
2
#define _MACH_MMC_H
3
4
#include <mach/regs-ssp.h>
5
6
struct
stmp3xxxmmc_platform_data
{
7
int
(*
get_wp
)(
void
);
8
unsigned long
(*
setclock
)(
void
__iomem
*
base
,
unsigned long
);
9
void
(*
cmd_pullup
)(
int
);
10
int
(*
hw_init
)(
void
);
11
void
(*
hw_release
)(
void
);
12
};
13
14
#endif