//-------------------------------------------------------// // Project Code : CodeLibrary // File Name : CRC16.h // Created on : 2019. 06. 09. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef CRC_CRC16_H_ #define CRC_CRC16_H_ #ifdef __cplusplus extern "C" { #endif extern Uint16 CRC16(Uint8 * pucFrame, Uint16 usLen); #ifdef __cplusplus } #endif /* extern "C" */ #endif /* _CRC16_H_ */