Jens Axboe | d77a7af | 2007-07-27 15:35:06 +0200 | [diff] [blame] | 1 | #ifndef CRC64_H |
2 | #define CRC64_H | ||||
3 | |||||
Jens Axboe | 25dfa84 | 2012-02-29 10:01:34 +0100 | [diff] [blame] | 4 | unsigned long long fio_crc64(const unsigned char *, unsigned long); |
Jens Axboe | d77a7af | 2007-07-27 15:35:06 +0200 | [diff] [blame] | 5 | |
6 | #endif |