Update PEIM entry point to follow PEIM entry point.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6755 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-11-27 05:24:29 +00:00
parent f0ba8fda36
commit a55caa5335
3 changed files with 10 additions and 28 deletions

View File

@@ -267,21 +267,4 @@ Decompress (
OUT UINTN *OutputSize
);
/**
Initializes the Dxe Ipl PPI
@param FfsHandle The handle of FFS file.
@param PeiServices General purpose services available to
every PEIM.
@return EFI_SUCESS
**/
EFI_STATUS
EFIAPI
PeimInitializeDxeIpl (
IN EFI_PEI_FILE_HANDLE FfsHandle,
IN CONST EFI_PEI_SERVICES **PeiServices
);
#endif