]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmbeddedPkg/PrePiLib: Export HobConstructor()
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:00:47 +0000 (11:00 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Jul 2011 11:00:47 +0000 (11:00 +0000)
This function only create the HOB Handoff Info Table structure in memory.
In opposition to CreateHobList() that creates the structure and starts to
populate it with few HOBs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11948 6f19259b-4bc3-4df7-8a09-765794883524

EmbeddedPkg/Include/Library/PrePiLib.h

index 78bc1f04109ac9bb8dc7053e18d2738a849615dd..444d7e2885c507100f03bb80503c0cf5f849fbff 100644 (file)
@@ -267,6 +267,13 @@ SetHobList (
   IN  VOID      *HobList
   );
 
   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.
 
 /**
   Retrieves the magic value from the PE/COFF header.