raw/ifpga/base: update board information
[dpdk.git] / drivers / raw / ifpga / version.map
1 DPDK_22 {
2         global:
3
4         rte_pmd_ifpga_get_dev_id;
5         rte_pmd_ifpga_get_rsu_status;
6         rte_pmd_ifpga_set_rsu_status;
7         rte_pmd_ifpga_get_property;
8         rte_pmd_ifpga_get_phy_info;
9         rte_pmd_ifpga_update_flash;
10         rte_pmd_ifpga_stop_update;
11         rte_pmd_ifpga_reboot_try;
12         rte_pmd_ifpga_reload;
13         rte_pmd_ifpga_get_pci_bus;
14         rte_pmd_ifpga_partial_reconfigure;
15         rte_pmd_ifpga_cleanup;
16
17         local: *;
18 };