]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/PrePiLib.h
Change name to remove Template
[mirror_edk2.git] / EmbeddedPkg / Include / Library / PrePiLib.h
index 61c7e4d7acb48d851e85e3aff892528f45ca918d..3e4e6c023d4f7cfaaba1467cd998759b4fbdd7a2 100644 (file)
@@ -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.