mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-05 18:12:25 +00:00
@@ -25,7 +25,7 @@ typedef enum {
|
|||||||
DTB,
|
DTB,
|
||||||
} format_t;
|
} format_t;
|
||||||
|
|
||||||
#define COMPRESSED(fmt) ((fmt) >= GZIP && (fmt) <= LZ4_LEGACY)
|
#define COMPRESSED(fmt) ((fmt) >= GZIP && (fmt) < LZOP)
|
||||||
#define COMPRESSED_ANY(fmt) ((fmt) >= GZIP && (fmt) <= LZOP)
|
#define COMPRESSED_ANY(fmt) ((fmt) >= GZIP && (fmt) <= LZOP)
|
||||||
|
|
||||||
#define BOOT_MAGIC "ANDROID!"
|
#define BOOT_MAGIC "ANDROID!"
|
||||||
|
|||||||
Reference in New Issue
Block a user