yb_arm/osp/inc/crc32.h
2023-07-12 14:14:31 +08:00

6 lines
118 B
C

#ifndef __CRC32H__
#define __CRC32H__
uint32_t osp_crc32(uint32_t crc, const unsigned char *p, uint32_t len);
#endif