#include <inttypes.h>
#include "cdi_cksum.h"
uint32_t cdiCheckSum(int type, int count, void * buffer)
{
return 0U;
}