t/io_uring: make submits/reaps per-second reflected with sq thread poll
[fio.git] / crc / fnv.h
1 #ifndef FIO_FNV_H
2 #define FIO_FNV_H
3
4 #include <inttypes.h>
5
6 uint64_t fnv(const void *, uint32_t, uint64_t);
7
8 #endif