hv_boot_Lzss.h 523 B

1234567891011121314151617
  1. /*
  2. * @file hv_boot_Lzss.h
  3. * @brief Header file of Lzss.
  4. *
  5. * @verbatim
  6. * ==============================================================================
  7. * ##### How to use #####
  8. * ==============================================================================
  9. * (+)
  10. * @endverbatim
  11. * @author HiView SoC Software Team
  12. * @version 1.0.0
  13. * @date 2022-08-18
  14. */
  15. int Hv_Boot_GetFileSize(void);
  16. int Hv_Boot_LzssDecompress(char *pcSrc, char *pcDst, int iChanegeEndian, int iSize);