mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-20 20:24:28 +02:00
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:
parent
9420fc148a
commit
b635c7684e
@ -229,7 +229,7 @@ EFI_STATUS
|
|||||||
(EFIAPI *EFI_MP_SERVICES_GET_PROCESSOR_INFO)(
|
(EFIAPI *EFI_MP_SERVICES_GET_PROCESSOR_INFO)(
|
||||||
IN EFI_MP_SERVICES_PROTOCOL *This,
|
IN EFI_MP_SERVICES_PROTOCOL *This,
|
||||||
IN UINTN ProcessorNumber,
|
IN UINTN ProcessorNumber,
|
||||||
OUT EFI_PROCESSOR_INFORMATION *ProcessorContextBuffer
|
OUT EFI_PROCESSOR_INFORMATION *ProcessorInfoBuffer
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -567,7 +567,7 @@ EFI_STATUS
|
|||||||
(EFIAPI *EFI_MP_SERVICES_ENABLEDISABLEAP)(
|
(EFIAPI *EFI_MP_SERVICES_ENABLEDISABLEAP)(
|
||||||
IN EFI_MP_SERVICES_PROTOCOL *This,
|
IN EFI_MP_SERVICES_PROTOCOL *This,
|
||||||
IN UINTN ProcessorNumber,
|
IN UINTN ProcessorNumber,
|
||||||
IN BOOLEAN NewAPState,
|
IN BOOLEAN EnableAP,
|
||||||
IN UINT32 *HealthFlag OPTIONAL
|
IN UINT32 *HealthFlag OPTIONAL
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user