32 #define GZIP_MAGIC 0x1f8b 35 #define GZIP_METHOD_DEFLATE 0x08 38 #define GZIP_FL_HCRC 0x02 41 #define GZIP_FL_EXTRA 0x04 44 #define GZIP_FL_NAME 0x08 47 #define GZIP_FL_COMMENT 0x10
An executable image type.
#define PROBE_NORMAL
Normal image probe priority.
struct image_type gzip_image_type __image_type(PROBE_NORMAL)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)