aboutsummaryrefslogtreecommitdiff
path: root/example-fs-bb48/crc32.h
blob: c31ba0fdde2be9062eaf289264320c99ad76c307 (plain)
1
2
3
4
5
void crc32_init (void);
void crc32_u8 (unsigned char);
void crc32_u32 (unsigned int);

unsigned int crc32_value (void);