Files
SDK_SG200x_V2/build/tools/common/emmc_tool/crc.h
forum_service 0ca73f9917 build: weekly-rls-2024-01-05
Change-Id: Idaacdb06e9b7bd435f1928d62d8b1204747380b6
2024-05-31 14:35:32 +08:00

10 lines
142 B
C

#ifndef _CRC_H_
#define _CRC_H_
#include <stdint.h>
uint32_t crc32(uint32_t crc, const uint8_t *buf, uint32_t len);
#endif /* _CRC_H_ */