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