mirror of https://github.com/F-Stack/f-stack.git
25 lines
352 B
Plaintext
25 lines
352 B
Plaintext
DPDK_21 {
|
|
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: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_pci_find_ext_capability;
|
|
};
|