X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=cfg%2Fexternal_fcns.def;h=674c5c6c9c341f195858ac8fd32ab78476fefe2d;hb=083c44074f33f33368f66739afac9c11a51feb08;hp=0dabc6ee6743e95474da66aa30ebaff9a86a35e9;hpb=e981e864b812c938d3df8b555b6bb98bb89273e7;p=com%2Fgs-lite.git diff --git a/cfg/external_fcns.def b/cfg/external_fcns.def index 0dabc6e..674c5c6 100644 --- a/cfg/external_fcns.def +++ b/cfg/external_fcns.def @@ -24,8 +24,11 @@ /////////////////////////////////////////////////////////// uint FUN [LFTA_LEGAL, COST FREE] EQ (uint, uint); + uint FUN [LFTA_LEGAL, COST FREE] EQ (ullong, ullong); uint FUN [LFTA_LEGAL, COST FREE] GEQ (uint, uint); + uint FUN [LFTA_LEGAL, COST FREE] GEQ (ullong, ullong); uint FUN [LFTA_LEGAL, COST FREE] LEQ (uint, uint); + uint FUN [LFTA_LEGAL, COST FREE] LEQ (ullong, ullong); ///////////////////////////////////////////////////////////