Merge branch of PI tree to main trunk
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3918 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -20,6 +20,15 @@
|
||||
|
||||
static EFI_PEI_SERVICES **gPeiServices;
|
||||
|
||||
VOID
|
||||
EFIAPI
|
||||
SetPeiServicesTablePointer (
|
||||
EFI_PEI_SERVICES **PeiServices
|
||||
)
|
||||
{
|
||||
gPeiServices = PeiServices;
|
||||
}
|
||||
|
||||
/**
|
||||
The function returns the pointer to PEI services.
|
||||
|
||||
|
Reference in New Issue
Block a user