blob: ef2b77b47e89a020a000d1e5548fb4c51381019d [file] [log] [blame]
Jens Axboedc34c742014-09-27 21:26:58 -06001#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