]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/PlatformPei/Platform.h
Fix typo.
[mirror_edk2.git] / OvmfPkg / PlatformPei / Platform.h
index 5378b9d8e78d9c551c20632ee451685ce5da54f0..31640e9b30be69c2406bb0f4e5b7e8e98e4db33c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Platform PEI module include file.\r
 \r
-  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -64,8 +64,13 @@ PublishPeiMemory (
   VOID\r
   );\r
 \r
-EFI_PHYSICAL_ADDRESS\r
-MemDetect (\r
+UINT32\r
+GetSystemMemorySizeBelow4gb (\r
+  VOID\r
+  );\r
+\r
+VOID\r
+InitializeRamRegions (\r
   VOID\r
   );\r
 \r
@@ -76,18 +81,23 @@ PeiFvInitialization (
 \r
 EFI_STATUS\r
 InitializeXen (\r
-  UINT32 XenLeaf\r
+  VOID\r
   );\r
 \r
-UINT32\r
+BOOLEAN\r
 XenDetect (\r
   VOID\r
   );\r
 \r
-EFI_STATUS\r
-XenGetE820Map (\r
-  EFI_E820_ENTRY64 **Entries,\r
-  UINT32 *Count\r
+extern BOOLEAN mXen;\r
+\r
+VOID\r
+XenPublishRamRegions (\r
+  VOID\r
   );\r
 \r
+extern EFI_BOOT_MODE mBootMode;\r
+\r
+extern BOOLEAN mS3Supported;\r
+\r
 #endif // _PLATFORM_PEI_H_INCLUDED_\r