#ifndef __SYS_CRC_H__ #define __SYS_CRC_H__ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> uint16_t UTIL_CRC(uint8_t *pData,int nLength); #ifdef __cplusplus } #endif #endif //__SYS_CRC_H__