nt9856x/code/hdal/drivers/k_driver/include/kdrv_builtin/unlzma.h
2023-03-28 15:07:53 +08:00

5 lines
133 B
C

#ifndef _UNLZMA_H
#define _UNLZMA_H
extern int lzma_inflate(UINT8 *in_ptr, UINT32 in_size, UINT8 *out_ptr, UINT32 out_size);
#endif