syn68k/runtime/checksum.c

12 lines
196 B
C
Raw Normal View History

2008-09-26 14:25:10 +00:00
#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 */