ca6f7f5810d4a6234ff52ef18dbe5f5d29938710
[dpdk.git] / drivers / raw / ifpga / version.map
1 DPDK_21 {
2         local: *;
3 };
4
5 EXPERIMENTAL {
6         global:
7
8         # added in 21.05
9         rte_pmd_ifpga_get_dev_id;
10         rte_pmd_ifpga_get_rsu_status;
11         rte_pmd_ifpga_get_property;
12         rte_pmd_ifpga_get_phy_info;
13         rte_pmd_ifpga_update_flash;
14         rte_pmd_ifpga_stop_update;
15         rte_pmd_ifpga_reboot_try;
16         rte_pmd_ifpga_reload;
17 };