/*************************************************************************** **+----------------------------------------------------------------------+** **| **** |** **| **** |** **| ******o*** |** **| ********_///_**** |** **| ***** /_//_/ **** |** **| ** ** (__/ **** |** **| ********* |** **| **** |** **| *** |** **| |** **| Copyright (c) 2003 Texas Instruments Incorporated |** **| |** **| |** **+----------------------------------------------------------------------+** ***************************************************************************/ #ifndef _LZMA_DECODER_H_ #define _LZMA_DECODER_H_ int cm_hwDecodeLZMA(unsigned char *pbDest,unsigned int uiDecompressedLength, unsigned char *pbSource, unsigned int uiCompressedLength, void *); #endif