blob: 628a6a21ddf035063c07051c95b25b24686fb246 [file] [log] [blame]
Jesper Nilssona66f66c2007-11-06 08:40:24 +00001#ifndef __MTD_MTDRAM_H__
2#define __MTD_MTDRAM_H__
3
4#include <linux/mtd/mtd.h>
5int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
Brian Norris0a8899b2014-01-11 15:51:45 -08006 unsigned long size, const char *name);
Jesper Nilssona66f66c2007-11-06 08:40:24 +00007
8#endif /* __MTD_MTDRAM_H__ */