summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Include/Library/PrePiLib.h
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-01 11:00:47 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-07-01 11:00:47 +0000
commitf6eab262f09b451bf7dabbb9b7168b3b360d9632 (patch)
tree6f8e44921510f0d1c1d43bb0ae40dca2b76cca78 /EmbeddedPkg/Include/Library/PrePiLib.h
parent32f718cf06733443157b5aea509c508e2eba1529 (diff)
downloadedk2-f6eab262f09b451bf7dabbb9b7168b3b360d9632.zip
edk2-f6eab262f09b451bf7dabbb9b7168b3b360d9632.tar.gz
edk2-f6eab262f09b451bf7dabbb9b7168b3b360d9632.tar.bz2
EmbeddedPkg/PrePiLib: Export HobConstructor()
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
Diffstat (limited to 'EmbeddedPkg/Include/Library/PrePiLib.h')
-rw-r--r--EmbeddedPkg/Include/Library/PrePiLib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h
index 78bc1f0..444d7e2 100644
--- a/EmbeddedPkg/Include/Library/PrePiLib.h
+++ b/EmbeddedPkg/Include/Library/PrePiLib.h
@@ -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.