#ifndef CDI_CKSUM_H_ #define CDI_CKSUM_H_ #include uint32_t cdiCheckSum(int type, int count, void *data); #endif