mtd-physmap: add support users can assign the probe type in board files
[cascardo/linux.git] / include / linux / mtd / physmap.h
index c8e63a5..bcfd9f7 100644 (file)
@@ -24,6 +24,8 @@ struct physmap_flash_data {
        unsigned int            width;
        void                    (*set_vpp)(struct map_info *, int);
        unsigned int            nr_parts;
+       unsigned int            pfow_base;
+       char                    *probe_type;
        struct mtd_partition    *parts;
 };