#ifndef _CRC_CRC16_H #define _CRC_CRC16_H #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #include #include "config.h" u16 crc16(u8 *buf,u16 crc, u32 len); #ifdef __cplusplus } #endif /* __cplusplus */ #endif