crc16.h 119 B

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