X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fssi.x;h=534f02640f2d95217315974ff528ca06717434ff;hb=112672aee2b176d420e1474b13a5655c3d1e92b4;hp=9c599790b52dbd7c83cdb788f2d4a7dae29241d9;hpb=65443172dd60a6ea312bd3a15959dbf54ad7f045;p=o-du%2Fl2.git diff --git a/src/cm/ssi.x b/src/cm/ssi.x index 9c599790b..534f02640 100755 --- a/src/cm/ssi.x +++ b/src/cm/ssi.x @@ -1054,6 +1054,10 @@ S16 SPutSBuf ARGS((Region region, Pool pool, Data *buf, Size size)); #endif #endif /* SS_HISTOGRAM_SUPPORT */ #endif /*SS_LIGHT_MEM_LEAK_STS */ +#ifdef INTEL_WLS_MEM +S16 SPutSBufWls(Region region, Pool pool, Data *ptr, Size size); +S16 SGetSBufWls(Region region, Pool pool, Data **ptr, Size size); +#endif #ifdef INTEL_WLS #ifdef T2K_MEM_LEAK_DBG #define SGetSBufWls(region,pool,bufPtr,size) SGetSBufWls1(region,pool,bufPtr,size,__FILE__,__LINE__)