From 4e19126cc3cb4795fc9b3bb65e76bd05ab68377a Mon Sep 17 00:00:00 2001 From: Wenkai Lin Date: Tue, 20 Aug 2024 10:49:21 +0800 Subject: [PATCH 13/16] uadk/v1: update the symbol table for libraries hisi_qm_inject_op_register should be visible to the outside APP, fix it now. Signed-off-by: Wenkai Lin Signed-off-by: Qi Tao --- v1/libwd.map | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/libwd.map b/v1/libwd.map index 4e6b639..d53201b 100644 --- a/v1/libwd.map +++ b/v1/libwd.map @@ -160,6 +160,7 @@ global: wd_get_sgl_datalen; wd_get_sge_datalen; wd_get_sgl_bufsize; + hisi_qm_inject_op_register; local: *; }; -- 2.25.1