X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FCore%2FPei%2FPeiMain.h;h=91f90fea2024e3b1eb31dbe83f8cb2446bc34395;hp=8b019e12c2e2ab4e591a801c731df375f9d7f1fb;hb=cc08c549443efef7fe4b573cabbc8cd8f3ed923b;hpb=d0d0be58b3b8c29a68ccaf488bca6e8b1073839a diff --git a/EdkModulePkg/Core/Pei/PeiMain.h b/EdkModulePkg/Core/Pei/PeiMain.h index 8b019e12c2..91f90fea20 100644 --- a/EdkModulePkg/Core/Pei/PeiMain.h +++ b/EdkModulePkg/Core/Pei/PeiMain.h @@ -119,38 +119,6 @@ typedef union { VOID *Raw; } PEI_CORE_TEMP_POINTERS; - -// -// Main PEI entry -// - -EFI_STATUS -EFIAPI -PeiCore ( - IN EFI_PEI_STARTUP_DESCRIPTOR *PeiStartupDescriptor, - IN PEI_CORE_INSTANCE *OldCoreData - ) -/*++ - -Routine Description: - - Main entry point to Pei Core. After switching stack in the PEI core, - it will restart with the old core data. - -Arguments: - - PeiStartupDescriptor - Information and services provided by SEC phase. - OldCoreData - Pointer to old core data that is used to initialize the - core's data areas. - -Returns: - - This function never returns - ---*/ -; - - // // Dispatcher support functions //