[RFC 6/6] eal/fdt: export for dpdk 16.07
From: Jan Viktorin <hidden>
Date: 2016-03-26 01:12:35
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
From: Jan Viktorin <hidden>
Date: 2016-03-26 01:12:35
Subsystem:
library code, the rest · Maintainers:
Andrew Morton, Linus Torvalds
Signed-off-by: Jan Viktorin <redacted> --- 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