X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkModulePkg%2FCore%2FPei%2FPeiMain.h;h=95555138e282d7479be3806cb3240019e9635b2e;hb=a0b7c09f23c0f9d34e08a3391d5d0425d9040348;hp=783fcd5867989c8c343df0a201f7629d74f1fdef;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4;p=mirror_edk2.git diff --git a/EdkModulePkg/Core/Pei/PeiMain.h b/EdkModulePkg/Core/Pei/PeiMain.h index 783fcd5867..95555138e2 100644 --- a/EdkModulePkg/Core/Pei/PeiMain.h +++ b/EdkModulePkg/Core/Pei/PeiMain.h @@ -127,28 +127,6 @@ typedef union { // // Main PEI entry // -EFI_STATUS -EFIAPI -PeiMain ( - IN EFI_PEI_STARTUP_DESCRIPTOR *PeiStartupDescriptor - ) -/*++ - -Routine Description: - - Main entry point to Pei Core. - -Arguments: - - PeiStartupDescriptor - Information and services provided by SEC phase. - -Returns: - - This function never returns - ---*/ -; - EFI_STATUS EFIAPI @@ -160,9 +138,8 @@ PeiCore ( Routine Description: - The entry routine to Pei Core, invoked by PeiMain during transition - from SEC to PEI. After switching stack in the PEI core, it will restart - with the old core data. + Main entry point to Pei Core. After switching stack in the PEI core, + it will restart with the old core data. Arguments: