diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-30 20:37:50 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-30 20:37:50 +0000 |
commit | e4dbec73c5f31286bb1645465d87a65793cfadce (patch) | |
tree | 28842ef3bc15b99419bdd76ebf295cb31dbdf5b9 /EmbeddedPkg/Include | |
parent | 76a689b57344bb915be03e2b27dc432eec7c03b5 (diff) | |
download | edk2-platforms-e4dbec73c5f31286bb1645465d87a65793cfadce.tar.xz |
Change name to remove Template
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9877 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r-- | EmbeddedPkg/Include/Library/PrePiLib.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h index 61c7e4d7ac..3e4e6c023d 100644 --- a/EmbeddedPkg/Include/Library/PrePiLib.h +++ b/EmbeddedPkg/Include/Library/PrePiLib.h @@ -16,6 +16,8 @@ #ifndef __PRE_PI_LIB_H__ #define __PRE_PI_LIB_H__ +#include <Guid/ExtractSection.h> + /** This service enables discovery of additional firmware volumes. @@ -665,6 +667,20 @@ BuildMemoryAllocationHob ( ); +VOID +EFIAPI +BuildExtractSectionHob ( + IN EFI_GUID *Guid, + IN EXTRACT_GUIDED_SECTION_GET_INFO_HANDLER SectionGetInfo, + IN EXTRACT_GUIDED_SECTION_DECODE_HANDLER SectionExtraction + ); + +VOID +EFIAPI +BuildPeCoffLoaderHob ( + ); + + /** Allocates one or more 4KB pages of type EfiBootServicesData. |