Synchronize parameter's name with PI 1.2

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9118 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2009-08-19 02:29:38 +00:00
parent 9420fc148a
commit b635c7684e
1 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ EFI_STATUS
(EFIAPI *EFI_MP_SERVICES_GET_PROCESSOR_INFO)(
IN EFI_MP_SERVICES_PROTOCOL *This,
IN UINTN ProcessorNumber,
OUT EFI_PROCESSOR_INFORMATION *ProcessorContextBuffer
OUT EFI_PROCESSOR_INFORMATION *ProcessorInfoBuffer
);
/**
@ -567,7 +567,7 @@ EFI_STATUS
(EFIAPI *EFI_MP_SERVICES_ENABLEDISABLEAP)(
IN EFI_MP_SERVICES_PROTOCOL *This,
IN UINTN ProcessorNumber,
IN BOOLEAN NewAPState,
IN BOOLEAN EnableAP,
IN UINT32 *HealthFlag OPTIONAL
);