git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@319 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
yshang1 2006-05-30 06:04:00 +00:00
parent 49c80af423
commit 44c82dc06f
2 changed files with 4 additions and 28 deletions

View File

@ -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:

View File

@ -82,9 +82,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: