blob: fe9cad3e269a642a8c4cb1a75320f2016ef5c1d5 [file] [log] [blame]
#ifndef CRC64_H
#define CRC64_H
unsigned long long fio_crc64(const unsigned char *, unsigned long);
#endif