925c074e37
The ifpga bus interface is for drivers only. Mark as internal and move the header in the driver headers list. While at it, cleanup the code: - remove unneeded list head structure type, - reorder the definitions and macro manipulating the bus singleton object, - remove inclusion of rte_bus.h and fix the code that relied on implicit inclusion, Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Rosen Xu <rosen.xu@intel.com>
10 lines
123 B
Plaintext
10 lines
123 B
Plaintext
INTERNAL {
|
|
global:
|
|
|
|
rte_ifpga_driver_register;
|
|
rte_ifpga_driver_unregister;
|
|
rte_ifpga_find_afu_by_name;
|
|
|
|
local: *;
|
|
};
|