#ifndef _CRC_H
#define _CRC_H
#include "conf.h"

uint32_t ELFCRC(const uint32_t start, const unsigned char *name, const uint32_t n);
#endif
