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

8 lines
116 B
C

#ifndef FIO_FNV_H
#define FIO_FNV_H
#include <inttypes.h>
uint64_t fnv(const void *, uint32_t, uint64_t);
#endif