Index: Utilities.h =================================================================== diff -u -r6c622ecaa2a2abed374ca86e425f9d4dc516da35 -r448294501a7a561274286907e9c20ab2400daff3 --- Utilities.h (.../Utilities.h) (revision 6c622ecaa2a2abed374ca86e425f9d4dc516da35) +++ Utilities.h (.../Utilities.h) (revision 448294501a7a561274286907e9c20ab2400daff3) @@ -80,7 +80,8 @@ } CRITICAL_DATA_T; // ********** public function prototypes ********** - + +U32 crc32( U32 const initialValue, const U08 *address, U32 len ); U16 crc16( const U08 *address, U32 len ); U08 crc8( const U08 *address, U32 len ); U32 u32DiffWithWrap( U32 start, U32 end );