Signed-off-by: Jan Viktorin <viktorin at rehivetech.com>
---
 lib/librte_eal/linuxapp/eal/rte_eal_version.map | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map 
b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
index 12503ef..0c54859 100644
--- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
+++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
@@ -154,3 +154,23 @@ DPDK_16.04 {
        rte_eal_primary_proc_alive;

 } DPDK_2.2;
+
+DPDK_16.07 {
+       global:
+
+       rte_fdt_open;
+       rte_fdt_close;
+       rte_fdt_path_is_valid;
+       rte_fdt_path_pushs;
+       rte_fdt_path_pop;
+       rte_fdt_path_dup;
+       rte_fdt_path_free;
+       rte_fdt_path_parse;
+       rte_fdt_path_tostr;
+       rte_fdt_path_read;
+       rte_fdt_path_read32;
+       rte_fdt_path_read64;
+       rte_fdt_path_reads;
+       rte_fdt_path_walk;
+
+} DPDK_16.07;
-- 
2.7.0

Reply via email to