blob: e4310c2b8e9c059bee93f1f24e0baa18f98f9a81 [file] [log] [blame]
Jens Axboed77a7af2007-07-27 15:35:06 +02001#ifndef CRC64_H
2#define CRC64_H
3
4unsigned long long crc64(const unsigned char *, unsigned long);
5
6#endif