]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/DxeCoreEntryPoint.h
Code have been checked with spec
[mirror_edk2.git] / MdePkg / Include / Library / DxeCoreEntryPoint.h
index 04f2dbf55e4f5ecae4eb079058d2fc509f99da50..09a5499d01b1698e70d84ea93c724998be2fd2c2 100644 (file)
@@ -25,7 +25,7 @@ extern VOID  *gHobList;
   The entry point of PE/COFF Image for the DXE Core. \r
 \r
   This function is the entry point for the DXE Core.  This function is required\r
-  to call ProcessModuleEntryPointList() and ProcessModuleEntryPoint() is never\r
+  to call ProcessModuleEntryPointList() and ProcessModuleEntryPointList() is never\r
   expected to return.  The DXE Core is responsible for calling ProcessLibraryConstructorList()\r
   as soon as the EFI System Table and the image handle for the DXE Core itself have\r
   been established.\r
@@ -79,19 +79,6 @@ ProcessLibraryConstructorList (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   );\r
 \r
-/**\r
-  Call destructors for all libraries. Automatics Generated by tool.\r
-\r
-  @param  ImageHandle ImageHandle of the loaded driver.\r
-  @param  SystemTable Pointer to the EFI System Table.\r
-\r
-**/\r
-VOID\r
-EFIAPI\r
-ProcessLibraryDestructorList (\r
-  IN EFI_HANDLE        ImageHandle,\r
-  IN EFI_SYSTEM_TABLE  *SystemTable\r
-  );\r
 \r
 /**\r
   Autogenerated function that calls a set of module entry points.\r