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>
11 lines
101 B
Plaintext
11 lines
101 B
Plaintext
DPDK_20.0 {
|
|
local: *;
|
|
};
|
|
|
|
INTERNAL {
|
|
global:
|
|
|
|
dpaa_sec_eventq_attach;
|
|
dpaa_sec_eventq_detach;
|
|
};
|