From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so2.wedos.net (wes1-so2.wedos.net [46.28.106.16]) by dpdk.org (Postfix) with ESMTP id 586155A24 for ; Sat, 26 Mar 2016 02:12:35 +0100 (CET) Received: from pcviktorin.fit.vutbr.cz (pcviktorin.fit.vutbr.cz [147.229.13.147]) by wes1-so2.wedos.net (Postfix) with ESMTPSA id 3qX2GC0cwxzqt; Sat, 26 Mar 2016 02:12:35 +0100 (CET) From: Jan Viktorin To: dev@dpdk.org Cc: Thomas Monjalon , Stephen Hemminger , Keith Wiles , david.marchand@6wind.com, jianbo.liu@linaro.org, jerin.jacob@caviumnetworks.com, bruce.richardson@intel.com, Jan Viktorin Date: Sat, 26 Mar 2016 02:12:39 +0100 Message-Id: <1458954760-2333-8-git-send-email-viktorin@rehivetech.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1458954760-2333-1-git-send-email-viktorin@rehivetech.com> References: <1458954760-2333-1-git-send-email-viktorin@rehivetech.com> Subject: [dpdk-dev] [RFC 6/6] eal/fdt: export for dpdk 16.07 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 01:12:35 -0000 Signed-off-by: Jan Viktorin --- 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