M7350/kernel/include/linux/mtd/mtdram.h

9 lines
218 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef __MTD_MTDRAM_H__
#define __MTD_MTDRAM_H__
#include <linux/mtd/mtd.h>
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
2024-09-09 08:57:42 +00:00
unsigned long size, const char *name);
2024-09-09 08:52:07 +00:00
#endif /* __MTD_MTDRAM_H__ */