1 #ifndef _CRC_H 2 #define _CRC_H 3 #include "conf.h" 4 5 uint32_t ELFCRC(const uint32_t start, const unsigned char *name, const uint32_t n); 6 #endif