common/dpaax: move OF library from DPAA bus
[dpdk.git] / drivers / common / dpaax / rte_common_dpaax_version.map
index 8131c9e..a7699ae 100644 (file)
@@ -9,3 +9,21 @@ DPDK_18.11 {
 
        local: *;
 };
+
+DPDK_19.11 {
+       global:
+       of_device_is_available;
+       of_device_is_compatible;
+       of_find_compatible_node;
+       of_find_node_by_phandle;
+       of_get_address;
+       of_get_mac_address;
+       of_get_parent;
+       of_get_property;
+       of_init_path;
+       of_n_addr_cells;
+       of_translate_address;
+       of_get_next_child;
+
+       local: *;
+} DPDK_18.11;