mirror of https://github.com/acidanthera/audk.git
ECC clanup: Update the doxygen comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6641 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6ae2cf5c0f
commit
b10a05d6c3
|
@ -65,7 +65,6 @@ EFI_PEI_SERVICES gPs = {
|
|||
};
|
||||
|
||||
/**
|
||||
|
||||
This routine is invoked by main entry of PeiMain module during transition
|
||||
from SEC to PEI. After switching stack in the PEI core, it will restart
|
||||
with the old core data.
|
||||
|
@ -83,8 +82,6 @@ EFI_PEI_SERVICES gPs = {
|
|||
core's data areas.
|
||||
If NULL, it is first PeiCore entering.
|
||||
|
||||
@retval EFI_NOT_FOUND Never reach
|
||||
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
|
Loading…
Reference in New Issue