1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef __MTD_MTDRAM_H__ 3*4882a593Smuzhiyun #define __MTD_MTDRAM_H__ 4*4882a593Smuzhiyun 5*4882a593Smuzhiyun #include <linux/mtd/mtd.h> 6*4882a593Smuzhiyun int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, 7*4882a593Smuzhiyun unsigned long size, const char *name); 8*4882a593Smuzhiyun 9*4882a593Smuzhiyun #endif /* __MTD_MTDRAM_H__ */ 10