]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/ArmPlatformLib.h
ArmPlatformPkg: Code cleaning
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmPlatformLib.h
index 3fec90298c54179501a301033da78dd5afbd1ab3..26e79923d31a373a825c4dab8e3856244587cde1 100644 (file)
@@ -158,21 +158,6 @@ ArmPlatformTrustzoneInit (
   VOID
   );
 
-/**
-  Return the information about the memory region in permanent memory used by PEI
-
-  One of the PEI Module must install the permament memory used by PEI. This function returns the
-  information about this region for your platform to this PEIM module.
-
-  @param[out]   PeiMemoryBase       Base of the memory region used by PEI core and modules
-  @param[out]   PeiMemorySize       Size of the memory region used by PEI core and modules
-
-**/
-VOID ArmPlatformGetPeiMemory (
-    OUT UINTN*                                   PeiMemoryBase,
-    OUT UINTN*                                   PeiMemorySize
-    );
-
 /**
   Return the Virtual Memory Map of your platform