#ifndef __CRC16_H__ #define __CRC16_H__ #include "ac7840x.h" uint16_t crc16(const uint8_t *buf, uint32_t len); #endif