blob: 2b52d6a92102207cf7df0abf2d5b4be884c35699 [file] [log] [blame]
Jens Axboe632f4152014-04-02 11:41:29 -06001#ifndef FIO_CRC_TEST_H
2#define FIO_CRC_TEST_H
3
4int fio_crctest(const char *type);
5
6#endif