* include/grub/i386/coreboot/lbio.h: Add missing attribute (packed).
This commit is contained in:
parent
74e7ad6604
commit
ae8159b9ca
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/i386/coreboot/lbio.h: Add missing attribute (packed).
|
||||
|
||||
2013-12-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-pe2elf.c: Fix handling of .bss.
|
||||
|
|
|
@ -86,7 +86,7 @@ struct grub_linuxbios_table_framebuffer {
|
|||
grub_uint8_t blue_mask_size;
|
||||
grub_uint8_t reserved_field_pos;
|
||||
grub_uint8_t reserved_mask_size;
|
||||
};
|
||||
} __attribute__((packed));
|
||||
|
||||
struct grub_linuxbios_mem_region
|
||||
{
|
||||
|
@ -94,7 +94,7 @@ struct grub_linuxbios_mem_region
|
|||
grub_uint64_t size;
|
||||
#define GRUB_MACHINE_MEMORY_AVAILABLE 1
|
||||
grub_uint32_t type;
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
typedef struct grub_linuxbios_mem_region *mem_region_t;
|
||||
|
||||
grub_err_t
|
||||
|
|
Loading…
Reference in a new issue