Jesper Nilsson | a66f66c | 2007-11-06 08:40:24 +0000 | [diff] [blame] | 1 | #ifndef __MTD_MTDRAM_H__ |
2 | #define __MTD_MTDRAM_H__ | ||||
3 | |||||
4 | #include <linux/mtd/mtd.h> | ||||
5 | int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, | ||||
Brian Norris | 0a8899b | 2014-01-11 15:51:45 -0800 | [diff] [blame] | 6 | unsigned long size, const char *name); |
Jesper Nilsson | a66f66c | 2007-11-06 08:40:24 +0000 | [diff] [blame] | 7 | |
8 | #endif /* __MTD_MTDRAM_H__ */ |