6b6ca75191
This patch moves the internal symbols to INTERNAL sections so that any change in them is not reported as ABI breakage. Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com> Acked-by: Ray Kinsella <mdr@ashroe.eu>
15 lines
143 B
Plaintext
15 lines
143 B
Plaintext
DPDK_20.0 {
|
|
global:
|
|
|
|
rte_pmd_dpaa_set_tx_loopback;
|
|
|
|
local: *;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
dpaa_eth_eventq_attach;
|
|
dpaa_eth_eventq_detach;
|
|
};
|