X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FLibrary%2FPrePiLib.h;h=444d7e2885c507100f03bb80503c0cf5f849fbff;hb=3c48e853eb6e6e85a4429b717620cfa9a5218867;hp=647cd0cb7eb4879b11a06d2bf482174b01436c90;hpb=ca3ad58bfa2284f0dc98ec904423e83874a90f52;p=mirror_edk2.git diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index 647cd0cb7e..444d7e2885 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -1,9 +1,9 @@ /** @file Library that helps implement monolithic PEI. (SEC goes to DXE) - Copyright (c) 2008-2009 Apple Inc. All rights reserved.
+ Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
- 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.