Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / drivers / nvdimm / nd-core.h
index 159aed53204249ce6e9da13fcaa0b58406a1f2f6..1d1500f3d8b51b557ffc7295e356a8f138cef0ac 100644 (file)
@@ -30,6 +30,7 @@ struct nvdimm_bus {
        struct list_head list;
        struct device dev;
        int id, probe_active;
+       struct list_head poison_list;
        struct mutex reconfig_mutex;
 };
 
@@ -52,6 +53,7 @@ void nd_region_probe_success(struct nvdimm_bus *nvdimm_bus, struct device *dev);
 struct nd_region;
 void nd_region_create_blk_seed(struct nd_region *nd_region);
 void nd_region_create_btt_seed(struct nd_region *nd_region);
+void nd_region_create_pfn_seed(struct nd_region *nd_region);
 void nd_region_disable(struct nvdimm_bus *nvdimm_bus, struct device *dev);
 int nvdimm_bus_create_ndctl(struct nvdimm_bus *nvdimm_bus);
 void nvdimm_bus_destroy_ndctl(struct nvdimm_bus *nvdimm_bus);
This page took 0.028639 seconds and 5 git commands to generate.