X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fsquashfs%2Fsquashfs_fs.h;h=79024245ea00f7fb370e7aa8dbef6819da33854b;hb=0a492fdef8aa241f6139e6455e852cc710ae8ed1;hp=283daafc568eea04e5c3d8fdb191b2c65263a70d;hpb=efdcd41b4e41560375bb34ad8b095bcaa1c3a93f;p=~andy%2Flinux diff --git a/fs/squashfs/squashfs_fs.h b/fs/squashfs/squashfs_fs.h index 283daafc568..79024245ea0 100644 --- a/fs/squashfs/squashfs_fs.h +++ b/fs/squashfs/squashfs_fs.h @@ -183,8 +183,6 @@ #define SQUASHFS_MAX_FILE_SIZE (1LL << \ (SQUASHFS_MAX_FILE_SIZE_LOG - 2)) -#define SQUASHFS_MARKER_BYTE 0xff - /* meta index cache */ #define SQUASHFS_META_INDEXES (SQUASHFS_METADATA_SIZE / sizeof(unsigned int)) #define SQUASHFS_META_ENTRIES 127 @@ -211,7 +209,9 @@ struct meta_index { /* * definitions for structures on disk */ -#define ZLIB_COMPRESSION 1 +#define ZLIB_COMPRESSION 1 +#define LZMA_COMPRESSION 2 +#define LZO_COMPRESSION 3 struct squashfs_super_block { __le32 s_magic;