crc16.h 120 B

12345678
  1. #ifndef __CRC16_H__
  2. #define __CRC16_H__
  3. #include "ac7840x.h"
  4. uint16_t crc16(const uint8_t *buf, uint32_t len);
  5. #endif