#ifndef __CRC_H_H__ #define __CRC_H_H__ #include uint32_t crc_update (uint32_t crc, uint8_t data); #endif