Add VOID MigratePeiServicesTablePointer() to fix'Deprecated declaration'.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> Reviewed-By: Olivier Martin <Olivier.Martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15138 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -67,6 +67,7 @@ SetPeiServicesTablePointer (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
MigratePeiServicesTablePointer (
|
MigratePeiServicesTablePointer (
|
||||||
|
VOID
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@@ -105,6 +105,7 @@ PeiServicesTablePointerLibConstructor (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
MigratePeiServicesTablePointer (
|
MigratePeiServicesTablePointer (
|
||||||
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
@@ -94,6 +94,7 @@ SetPeiServicesTablePointer (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
MigratePeiServicesTablePointer (
|
MigratePeiServicesTablePointer (
|
||||||
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
EFI_STATUS Status;
|
EFI_STATUS Status;
|
||||||
|
@@ -83,6 +83,7 @@ SetPeiServicesTablePointer (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
MigratePeiServicesTablePointer (
|
MigratePeiServicesTablePointer (
|
||||||
|
VOID
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user