Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / include / mtd_node.h
diff --git a/qemu/roms/u-boot/include/mtd_node.h b/qemu/roms/u-boot/include/mtd_node.h
new file mode 100644 (file)
index 0000000..5aae085
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef _NODE_INFO
+#define _NODE_INFO
+
+/*
+ * Info we use to search for a flash node in DTB.
+ */
+struct node_info {
+       const char *compat;     /* compatible string */
+       int type;               /* mtd flash type */
+};
+#endif