Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ae19ffbadc1b2100285a5b5b3d0a4e0a11390904
/
.
/
include
/
linux
/
mtd
/
mtdram.h
blob: 04fdc07b73533abb09d6fd63d75bd28d2beb2d70 [
file
] [
log
] [
blame
]
#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__ */