From 71478fd62d8483483abb34609cdabb7f9cbadfd6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 19 Dec 2015 14:18:43 +0000 Subject: Add hostTools from https://github.com/Noltari/cfe_bcm63xx --- hostTools/lzma/compress/7zapi.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 hostTools/lzma/compress/7zapi.h (limited to 'hostTools/lzma/compress/7zapi.h') diff --git a/hostTools/lzma/compress/7zapi.h b/hostTools/lzma/compress/7zapi.h new file mode 100644 index 0000000..e2d6ac3 --- /dev/null +++ b/hostTools/lzma/compress/7zapi.h @@ -0,0 +1,16 @@ +#ifndef __7ZAPI_H__ +#define __7ZAPI_H__ + +#if defined(__cplusplus) +extern "C" { +#endif + +extern int compress_lzma_7zapi(const unsigned char* in_data, unsigned in_size, unsigned char* out_data, unsigned *out_size, unsigned algo, unsigned dictionary_size, unsigned num_fast_bytes); + + +#if defined(__cplusplus) +} +#endif + + +#endif -- cgit v1.2.3