Add EFI_MEMORY_MAP structure definition
所有检测均成功
ci/woodpecker/push/build Pipeline was successful

这个提交包含在:
Rafal Kupiec 2022-12-20 15:52:15 +01:00
父节点 eb5998c58e
当前提交 acda7aa37c
签署人:: belliash
GPG 密钥 ID: 4E829243E0CFE6B4

查看文件

@ -748,6 +748,16 @@ typedef struct _EFI_MEMORY_DESCRIPTOR
UINT64 Attribute;
} EFI_MEMORY_DESCRIPTOR, *PEFI_MEMORY_DESCRIPTOR;
/* Definition of an EFI memory map */
typedef struct _EFI_MEMORY_MAP
{
PEFI_MEMORY_DESCRIPTOR Map;
UINT_PTR MapSize;
UINT_PTR MapKey;
UINT_PTR DescriptorSize;
UINT32 DescriptorVersion;
} EFI_MEMORY_MAP, *PEFI_MEMORY_MAP;
/* Data structure that precedes all of the standard EFI table types */
typedef struct _EFI_TABLE_HEADER
{