diff options
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/mtdram.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/mtd/mtdram.h b/include/linux/mtd/mtdram.h new file mode 100644 index 000000000000..04fdc07b7353 --- /dev/null +++ b/include/linux/mtd/mtdram.h | |||
| @@ -0,0 +1,8 @@ | |||
| 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, | ||
| 6 | unsigned long size, char *name); | ||
| 7 | |||
| 8 | #endif /* __MTD_MTDRAM_H__ */ | ||
