summaryrefslogtreecommitdiff
path: root/crc/crc64.h
blob: fe9cad3e269a642a8c4cb1a75320f2016ef5c1d5 (plain)
1
2
3
4
5
6
#ifndef CRC64_H
#define CRC64_H

unsigned long long fio_crc64(const unsigned char *, unsigned long);

#endif