git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Architectural Support: x86_64 (#37)
[lunaix-os.git]
/
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 fdce19153545e39801fd8d85a89acafa2f01c6d6..ec9c9bec37c0801e5b870124e7199aed45b0c833 100644
(file)
--- 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);