Sign in
nest-open-source
/
nest-hello
/
linux-3.10
/
88783dd411e691fbf66594cb7832185bb08e3d3e
/
.
/
arch
/
arm
/
boot
/
compressed
/
sdhi-shmobile.h
blob: 92eaa09f985eecdd603a080f3650cea7d8836e63 [
file
] [
log
] [
blame
]
#ifndef
SDHI_MOBILE_H
#define
SDHI_MOBILE_H
#include
<linux/compiler.h>
int
sdhi_boot_do_read
(
void
__iomem
*
base
,
int
high_capacity
,
unsigned
long
offset
,
unsigned
short
count
,
unsigned
short
*
buf
);
int
sdhi_boot_init
(
void
__iomem
*
base
);
#endif