Move checksumming files to seperate directory
[fio.git] / crc / crc64.h
diff --git a/crc/crc64.h b/crc/crc64.h
new file mode 100644 (file)
index 0000000..e4310c2
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef CRC64_H
+#define CRC64_H
+
+unsigned long long crc64(const unsigned char *, unsigned long);
+
+#endif