Code have been checked with spec

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7024 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4
2008-12-15 03:22:57 +00:00
parent f3e1569dbb
commit 34860f7a06
5 changed files with 9 additions and 7 deletions

View File

@@ -122,7 +122,9 @@ ProcessLibraryConstructorList (
these SEC-hosted PPIs to its PPI database such that both the PEI
Foundation and any modules can leverage the associated service calls
and/or code in these early PPIs.
@param OldCoreData Pointer to Original startup information.
@param Context A pointer to a private context structure defined by the PEI Core
implementation. The implementation of _ModuleEntryPoint() must set
this parameter is NULL to indicate that this is the first PEI phase.
**/
VOID
@@ -130,7 +132,7 @@ EFIAPI
ProcessModuleEntryPointList (
IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData,
IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList,
IN VOID *OldCoreData
IN VOID *Context
);
#endif