Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / include / linux / mtd / mtdram.h
diff --git a/kernel/include/linux/mtd/mtdram.h b/kernel/include/linux/mtd/mtdram.h
new file mode 100644 (file)
index 0000000..628a6a2
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __MTD_MTDRAM_H__
+#define __MTD_MTDRAM_H__
+
+#include <linux/mtd/mtd.h>
+int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
+                       unsigned long size, const char *name);
+
+#endif /* __MTD_MTDRAM_H__ */