21 #include "RecHeaderFormats.hh"
23 #define CRC32DEF(a,b) {(b) = (((b) & 0x80000000) ? (((b) << 1) | 1 ) : ((b) << 1))^(a) ;}
25 unsigned int compute_crc_bank(
Bank* d,
unsigned int lcrc = 0 ) ;
26 unsigned int compute_crc_block(
int* d,
unsigned int ByteOrdering,
int length,
unsigned int lcrc = 0 ) ;