Index: Utilities.h =================================================================== diff -u -r2932935752882cd7bc9808bfe238b03753d3e167 -r37e193deafd55a34125d398054407222eaf036c7 --- Utilities.h (.../Utilities.h) (revision 2932935752882cd7bc9808bfe238b03753d3e167) +++ Utilities.h (.../Utilities.h) (revision 37e193deafd55a34125d398054407222eaf036c7) @@ -85,6 +85,7 @@ U16 crc16( const U08 *address, U32 len ); U08 crc8( const U08 *address, U32 len ); U32 u32DiffWithWrap( U32 start, U32 end ); +S32 u32BiDiffWithWrap( U32 start, U32 end ); U16 u16DiffWithWrap( U16 start, U16 end ); S16 u16BiDiffWithWrap( U16 start, U16 end ); void initTimeWindowedCount( TIME_WINDOWED_COUNT_T cnt, U32 maxCnt, U32 winMs );