Add missing crc/test.h file
authorJens Axboe <axboe@fb.com>
Wed, 2 Apr 2014 17:41:29 +0000 (11:41 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 2 Apr 2014 17:41:29 +0000 (11:41 -0600)
Commit 10aa136b forgot to add this file, unfortunately.

Signed-off-by: Jens Axboe <axboe@fb.com>
crc/test.h [new file with mode: 0644]

diff --git a/crc/test.h b/crc/test.h
new file mode 100644 (file)
index 0000000..2b52d6a
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef FIO_CRC_TEST_H
+#define FIO_CRC_TEST_H
+
+int fio_crctest(const char *type);
+
+#endif