Error when the block size on the RDMA server is less than the client
[fio.git] / crc / fnv.h
CommitLineData
41177ed3
JA
1#ifndef FIO_FNV_H
2#define FIO_FNV_H
3
4#include <inttypes.h>
5
6uint64_t fnv(const void *, uint32_t, uint64_t);
7
8#endif