#ifndef BL_CRC_H #define BL_CRC_H #include "crc_drv.h" void Crc_HwInit(void); uint8_t Crc_Test(void); #endif /* BL_CRC_H */