Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
[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