mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 13:21:53 +00:00
Update size in MTK headers
This commit is contained in:
@@ -93,4 +93,10 @@ struct boot_img_hdr
|
||||
** else: jump to kernel_addr
|
||||
*/
|
||||
|
||||
typedef struct mtk_hdr {
|
||||
uint8_t magic[4]; /* MTK magic */
|
||||
uint32_t size; /* Size of the content */
|
||||
uint8_t name[32]; /* The type of the header */
|
||||
} mtk_hdr;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user