You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|
|
|