Update the EFI_PEI_SECURITY2_PPI to follow PI. Also update the EFI_PEI_CORE_ENRTY_POINT definition.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2693 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
yshang1
2007-06-21 02:52:36 +00:00
parent fe89f6fc12
commit e55443986e
3 changed files with 130 additions and 75 deletions

View File

@@ -841,8 +841,7 @@ typedef struct _EFI_SEC_PEI_HAND_OFF {
**/
typedef
VOID
EFIAPI
(*EFI_PEI_CORE_ENTRY_POINT)(
(EFIAPI *EFI_PEI_CORE_ENTRY_POINT)(
IN CONST EFI_SEC_PEI_HAND_OFF *SecCoreData,
IN CONST EFI_PEI_PPI_DESCRIPTOR *PpiList
);