X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/32b9a6d76790c73d3d2d36d9081a2581cc65d184..28c176b668c841a3b7fb093faccf0efa39257603:/lunaix-os/includes/lunaix/blkpart_gpt.h diff --git a/lunaix-os/includes/lunaix/blkpart_gpt.h b/lunaix-os/includes/lunaix/blkpart_gpt.h index fdce191..ec9c9be 100644 --- a/lunaix-os/includes/lunaix/blkpart_gpt.h +++ b/lunaix-os/includes/lunaix/blkpart_gpt.h @@ -31,7 +31,7 @@ struct gpt_header u32_t ent_size; u32_t ent_cksum; // reserved start here -} PACKED; +} compact; struct gpt_entry { @@ -41,7 +41,7 @@ struct gpt_entry u64_t end_lba; u64_t attr_flags; char name[72]; -} PACKED; +} compact; int blkpart_probegpt(struct device* master);