allwinner_a64/android/external/fio/crc/crc64.h
2018-08-08 16:14:42 +08:00

6 lines
109 B
C

#ifndef CRC64_H
#define CRC64_H
unsigned long long fio_crc64(const unsigned char *, unsigned long);
#endif