From 632f415c8d67a1ade18834a0f56d95c508aaa8af Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 2 Apr 2014 11:41:29 -0600 Subject: [PATCH] Add missing crc/test.h file Commit 10aa136b forgot to add this file, unfortunately. Signed-off-by: Jens Axboe --- crc/test.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crc/test.h diff --git a/crc/test.h b/crc/test.h new file mode 100644 index 00000000..2b52d6a9 --- /dev/null +++ b/crc/test.h @@ -0,0 +1,6 @@ +#ifndef FIO_CRC_TEST_H +#define FIO_CRC_TEST_H + +int fio_crctest(const char *type); + +#endif -- 2.25.1