summaryrefslogtreecommitdiff
path: root/sys/boot/efi/include/efidef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/include/efidef.h')
-rw-r--r--sys/boot/efi/include/efidef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/include/efidef.h b/sys/boot/efi/include/efidef.h
index a770f03a58d8..9cc5cdcbe883 100644
--- a/sys/boot/efi/include/efidef.h
+++ b/sys/boot/efi/include/efidef.h
@@ -178,6 +178,7 @@ typedef enum {
#define EFI_MEMORY_DESCRIPTOR_VERSION 1
typedef struct {
UINT32 Type; // Field size is 32 bits followed by 32 bit pad
+ UINT32 Pad;
EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
EFI_VIRTUAL_ADDRESS VirtualStart; // Field size is 64 bits
UINT64 NumberOfPages; // Field size is 64 bits