1234567891011121314151617 |
- /*
- * @file hv_boot_Lzss.h
- * @brief Header file of Lzss.
- *
- * @verbatim
- * ==============================================================================
- * ##### How to use #####
- * ==============================================================================
- * (+)
- * @endverbatim
- * @author HiView SoC Software Team
- * @version 1.0.0
- * @date 2022-08-18
- */
- int Hv_Boot_GetFileSize(void);
- int Hv_Boot_LzssDecompress(char *pcSrc, char *pcDst, int iChanegeEndian, int iSize);
|