]> 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 fe3bc4bb8e6c7c4b99b12927e5db4dfa849f9397..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 per cluster. The method may differ per core type\r
-\r
-  This function might be called from assembler before any stack is set.\r
-\r
-  @return   Return the core count per cluster\r
-\r
-**/\r
-UINTN\r
-ArmGetCpuCountPerCluster (\r
-  VOID\r
-  );\r
-\r
 /**\r
   Return the core position from the value of its MpId register\r
 \r