]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/ArmPlatformLib.h
ArmPlatformPkg/ArmPlatformLib: remove ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmPlatformLib.h
index 77561a3d05b3dcdafd2e8a27b6cdb87ec057afbf..c74d53506feeba06f4a176c126c8e3a8525f23ac 100644 (file)
 \r
 #include <Library/ArmLib.h>\r
 \r
-/**\r
-  This structure is used to describe a region of the EFI memory map\r
-\r
-  Every EFI regions of the system memory described by their physical start address and their size\r
-  can have different attributes. Some regions can be tested and other untested.\r
-\r
-**/\r
-typedef struct {\r
-  EFI_RESOURCE_ATTRIBUTE_TYPE  ResourceAttribute;\r
-  EFI_PHYSICAL_ADDRESS         PhysicalStart;\r
-  UINT64                       NumberOfBytes;\r
-} ARM_SYSTEM_MEMORY_REGION_DESCRIPTOR;\r
-\r
 /**\r
   Return the core position from the value of its MpId register\r
 \r