Message ID | 150491391214.35962.17674116679502574937.stgit@dwillia2-desk3.amr.corp.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6871d2c2d833 |
Headers | show |
diff --git a/ndctl/lib/libndctl.sym b/ndctl/lib/libndctl.sym index 8a1111672334..58db669ac2d7 100644 --- a/ndctl/lib/libndctl.sym +++ b/ndctl/lib/libndctl.sym @@ -285,6 +285,7 @@ LIBNDCTL_13 { global: ndctl_bus_get_region_by_physical_address; ndctl_bus_get_dimm_by_physical_address; + ndctl_bus_is_nfit_cmd_supported; ndctl_dimm_read_labels; ndctl_dimm_validate_labels; ndctl_dimm_init_labels;
Enable applications to use this new helper. Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- ndctl/lib/libndctl.sym | 1 + 1 file changed, 1 insertion(+)