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