]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Core/Pei/PeiMain.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b...
[mirror_edk2.git] / EdkModulePkg / Core / Pei / PeiMain.h
index 783fcd5867989c8c343df0a201f7629d74f1fdef..95555138e282d7479be3806cb3240019e9635b2e 100644 (file)
@@ -127,28 +127,6 @@ typedef union {
 //\r
 // Main PEI entry\r
 //\r
-EFI_STATUS\r
-EFIAPI\r
-PeiMain (\r
-  IN EFI_PEI_STARTUP_DESCRIPTOR  *PeiStartupDescriptor\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-\r
-  Main entry point to Pei Core.\r
-\r
-Arguments:\r
-\r
-  PeiStartupDescriptor - Information and services provided by SEC phase.\r
-\r
-Returns:\r
-\r
-  This function never returns\r
-\r
---*/\r
-;\r
-\r
 \r
 EFI_STATUS\r
 EFIAPI\r
@@ -160,9 +138,8 @@ PeiCore (
 \r
 Routine Description:\r
 \r
-  The entry routine to Pei Core, invoked by PeiMain during transition\r
-  from SEC to PEI. After switching stack in the PEI core, it will restart\r
-  with the old core data.\r
+  Main entry point to Pei Core. After switching stack in the PEI core, \r
+  it will restart with the old core data.\r
 \r
 Arguments:\r
 \r