blob: ef2b77b47e89a020a000d1e5548fb4c51381019d [file] [log] [blame]
#ifndef FIO_FNV_H
#define FIO_FNV_H
#include <inttypes.h>
uint64_t fnv(const void *, uint32_t, uint64_t);
#endif