numam-dpdk/drivers/crypto/dpaa_sec/rte_pmd_dpaa_sec_version.map
Hemant Agrawal 6b6ca75191 drivers: mark internal NXP symbols
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>
2020-05-19 15:49:53 +02:00

11 lines
101 B
Plaintext

DPDK_20.0 {
local: *;
};
INTERNAL {
global:
dpaa_sec_eventq_attach;
dpaa_sec_eventq_detach;
};