127b27ec6Sopenharmony_ci#ifndef LZ4_HELPERS 227b27ec6Sopenharmony_ci#define LZ4_HELPERS 327b27ec6Sopenharmony_ci 427b27ec6Sopenharmony_ci#include "lz4frame.h" 527b27ec6Sopenharmony_ci 627b27ec6Sopenharmony_ciLZ4F_frameInfo_t FUZZ_randomFrameInfo(uint32_t* seed); 727b27ec6Sopenharmony_ci 827b27ec6Sopenharmony_ciLZ4F_preferences_t FUZZ_randomPreferences(uint32_t* seed); 927b27ec6Sopenharmony_ci 1027b27ec6Sopenharmony_cisize_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, 1127b27ec6Sopenharmony_ci const void* src, const size_t srcSize); 1227b27ec6Sopenharmony_ci 1327b27ec6Sopenharmony_ci#endif /* LZ4_HELPERS */ 14