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