ARM: 6886/1: mmc, Add zboot from eSD support for SuperH Mobile ARM
[linux-2.6/kvm.git] / arch / arm / boot / compressed / sdhi-shmobile.h
blob92eaa09f985eecdd603a080f3650cea7d8836e63
1 #ifndef SDHI_MOBILE_H
2 #define SDHI_MOBILE_H
4 #include <linux/compiler.h>
6 int sdhi_boot_do_read(void __iomem *base, int high_capacity,
7 unsigned long offset, unsigned short count,
8 unsigned short *buf);
9 int sdhi_boot_init(void __iomem *base);
11 #endif