]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/PrePiLib.h
Update the default return value of UserPhysicalPresent to TRUE.
[mirror_edk2.git] / EmbeddedPkg / Include / Library / PrePiLib.h
index 647cd0cb7eb4879b11a06d2bf482174b01436c90..444d7e2885c507100f03bb80503c0cf5f849fbff 100644 (file)
@@ -1,9 +1,9 @@
 /** @file
   Library that helps implement monolithic PEI. (SEC goes to DXE)
 
-  Copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>
+  Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
 
-  All rights reserved. This program and the accompanying materials
+  This program and the accompanying materials
   are licensed and made available under the terms and conditions of the BSD License
   which accompanies this distribution.  The full text of the license may be found at
   http://opensource.org/licenses/bsd-license.php
@@ -267,6 +267,13 @@ SetHobList (
   IN  VOID      *HobList
   );
 
+EFI_HOB_HANDOFF_INFO_TABLE*
+HobConstructor (
+  IN VOID   *EfiMemoryBegin,
+  IN UINTN  EfiMemoryLength,
+  IN VOID   *EfiFreeMemoryBottom,
+  IN VOID   *EfiFreeMemoryTop
+  );
 
 /**
   Retrieves the magic value from the PE/COFF header.