From fc9c1727b5b3483ce49c3cb668e8332fb001b8a7 Mon Sep 17 00:00:00 2001 From: Luigi 'Comio' Mantellini Date: Mon, 8 Sep 2008 02:46:13 +0200 Subject: Add support for LZMA uncompression algorithm. Signed-off-by: Luigi 'Comio' Mantellini Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- include/image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/image.h') diff --git a/include/image.h b/include/image.h index 8c63686d4..82e63457f 100644 --- a/include/image.h +++ b/include/image.h @@ -165,6 +165,7 @@ #define IH_COMP_NONE 0 /* No Compression Used */ #define IH_COMP_GZIP 1 /* gzip Compression Used */ #define IH_COMP_BZIP2 2 /* bzip2 Compression Used */ +#define IH_COMP_LZMA 3 /* lzma Compression Used */ #define IH_MAGIC 0x27051956 /* Image Magic Number */ #define IH_NMLEN 32 /* Image Name Length */ -- cgit v1.2.3