Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __MTD_MTDRAM_H__
0003 #define __MTD_MTDRAM_H__
0004 
0005 #include <linux/mtd/mtd.h>
0006 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
0007             unsigned long size, const char *name);
0008 
0009 #endif /* __MTD_MTDRAM_H__ */