X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Futils%2Fnr5g_fapi_memory.c;h=92815fc37f3b2f496304d56066eb5a0126f1f0bd;hp=fd14581a69d7ad716d5be05b13b753f303c19bbf;hb=81a09690b36b3a4e89b4dae34f30933de13f7f90;hpb=70d9d920dd4e575f085f1f1a9050fefd1c10e127 diff --git a/fapi_5g/source/utils/nr5g_fapi_memory.c b/fapi_5g/source/utils/nr5g_fapi_memory.c index fd14581..92815fc 100644 --- a/fapi_5g/source/utils/nr5g_fapi_memory.c +++ b/fapi_5g/source/utils/nr5g_fapi_memory.c @@ -26,7 +26,7 @@ #include #include "nr5g_fapi_wls.h" -inline uint8_t nr5g_fapi_memcpy_bound_check( +uint8_t nr5g_fapi_memcpy_bound_check( void *d, size_t x, const void *s, @@ -61,7 +61,7 @@ inline uint8_t nr5g_fapi_memcpy_bound_check( return SUCCESS; } -inline uint8_t nr5g_fapi_memset_bound_check( +uint8_t nr5g_fapi_memset_bound_check( void *s, size_t x, int32_t c, @@ -78,7 +78,7 @@ inline uint8_t nr5g_fapi_memset_bound_check( return SUCCESS; } -inline uint8_t nr5g_fapi_strcpy_bound_check( +uint8_t nr5g_fapi_strcpy_bound_check( char *d, size_t x, const char *s,