Added additional UFAFs, fixed gsprintconsole_ves to handle float measruement intervals
[com/gs-lite.git] / cfg / external_fcns.def
index 0dabc6e..674c5c6 100644 (file)
 ///////////////////////////////////////////////////////////
 
        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);
 
 
 ///////////////////////////////////////////////////////////