Merge branch 'enable-dataplacement-while-replaying-io' of https://github.com/parkvibe...
[fio.git] / crc / test.h
1 #ifndef FIO_CRC_TEST_H
2 #define FIO_CRC_TEST_H
3
4 int fio_crctest(const char *type);
5
6 #endif