sdk-hwV1.3/lichee/brandy-2.0/spl/include/u-boot/lz4.h

16 lines
209 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef LZ4_H
#define LZ4_H
#ifdef __cplusplus
extern "C" {
#endif
/* lib/lz4_wrapper.c */
int ulz4fn(const void *src, size_t srcn, void *dst, size_t *dstn);
#ifdef __cplusplus
}
#endif
#endif /* LZ4_H */