Sign in
gfiber
/
kernel
/
prism
/
ee1c381d6f3c5aca1340c833b14a562a80da7a0e
/
.
/
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__ */