allwinner_a64/android/external/fio/crc/test.h
2018-08-08 16:14:42 +08:00

6 lines
90 B
C

#ifndef FIO_CRC_TEST_H
#define FIO_CRC_TEST_H
int fio_crctest(const char *type);
#endif