Sign in
coral
/
linux-mtk
/
b212f3378a9cfca4da52d7c7e6f79ead8ec287fc
/
.
/
include
/
linux
/
mtd
/
mtdram.h
blob: 04fdc07b73533abb09d6fd63d75bd28d2beb2d70 [
file
]
#ifndef
__MTD_MTDRAM_H__
#define
__MTD_MTDRAM_H__
#include
<linux/mtd/mtd.h>
int
mtdram_init_device
(
struct
mtd_info
*
mtd
,
void
*
mapped_address
,
unsigned
long
size
,
char
*
name
);
#endif
/* __MTD_MTDRAM_H__ */