syn68k/runtime/checksum.c
2008-09-26 08:25:10 -06:00

12 lines
196 B
C

#define INLINE_CHECKSUM
#include "checksum.h"
#ifdef CHECKSUM_BLOCKS
uint32
compute_block_checksum (const Block *b)
{
return inline_compute_block_checksum (b);
}
#endif /* CHECKSUM_BLOCKS */