macutils/macunpack/crc.h

7 lines
152 B
C
Raw Normal View History

2018-03-23 00:30:02 +00:00
#define INIT_CRC crcinit
#include "../crc/crc.h"
2018-03-23 00:30:02 +00:00
extern uint32_t crcinit;
extern uint32_t (*updcrc)(uint32_t icrc, unsigned char *icp, int32_t icnt);