Merge branch 'nvme/support-sync-fua-for-iouring-v2' of https://github.com/minwooim/fio
[fio.git] / lib / memcpy.h
1 #ifndef FIO_MEMCPY_H
2 #define FIO_MEMCPY_H
3
4 int fio_memcpy_test(const char *type);
5
6 #endif