|
@@ -49,6 +49,8 @@ bool is_nd_blk(struct device *dev);
|
|
|
struct nvdimm_bus *walk_to_nvdimm_bus(struct device *nd_dev);
|
|
|
int __init nvdimm_bus_init(void);
|
|
|
void nvdimm_bus_exit(void);
|
|
|
+void nvdimm_devs_exit(void);
|
|
|
+void nd_region_devs_exit(void);
|
|
|
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);
|