mirror of https://github.com/F-Stack/f-stack.git
19 lines
296 B
Plaintext
19 lines
296 B
Plaintext
DPDK_17.11 {
|
|
global:
|
|
|
|
rte_pci_dump;
|
|
rte_pci_get_sysfs_path;
|
|
rte_pci_ioport_map;
|
|
rte_pci_ioport_read;
|
|
rte_pci_ioport_unmap;
|
|
rte_pci_ioport_write;
|
|
rte_pci_map_device;
|
|
rte_pci_read_config;
|
|
rte_pci_register;
|
|
rte_pci_unmap_device;
|
|
rte_pci_unregister;
|
|
rte_pci_write_config;
|
|
|
|
local: *;
|
|
};
|