engines/net: turn off UDP package dropping if buf size doesn't match
[fio.git] / crc / crc64.h
... / ...
CommitLineData
1#ifndef CRC64_H
2#define CRC64_H
3
4unsigned long long fio_crc64(const unsigned char *, unsigned long);
5
6#endif