mirror of https://github.com/acidanthera/audk.git
Minor update to remove some Unicode character in public header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9044 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
09b0fdbbb5
commit
e8b9799c9c
|
@ -290,7 +290,7 @@ EFI_STATUS
|
||||||
FailedCpuList is set to NULL. If not all APs return from Procedure before
|
FailedCpuList is set to NULL. If not all APs return from Procedure before
|
||||||
the timeout, then FailedCpuList is filled in with the list of the failed
|
the timeout, then FailedCpuList is filled in with the list of the failed
|
||||||
APs. The buffer is allocated by MP Service Protocol using AllocatePool().
|
APs. The buffer is allocated by MP Service Protocol using AllocatePool().
|
||||||
It is the caller’s responsibility to free the buffer with FreePool() service.
|
It is the caller's responsibility to free the buffer with FreePool() service.
|
||||||
-# This invocation of SignalEvent() function informs the caller that invoked
|
-# This invocation of SignalEvent() function informs the caller that invoked
|
||||||
EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
|
EFI_MP_SERVICES_PROTOCOL.StartupAllAPs() that either all the APs completed
|
||||||
the specified task or a timeout occurred. The contents of FailedCpuList
|
the specified task or a timeout occurred. The contents of FailedCpuList
|
||||||
|
|
|
@ -334,7 +334,7 @@ struct _EFI_PCI_PLATFORM_PROTOCOL {
|
||||||
///
|
///
|
||||||
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
|
EFI_PCI_PLATFORM_GET_PLATFORM_POLICY GetPlatformPolicy;
|
||||||
///
|
///
|
||||||
/// Gets the PCI device’s option ROM from a platform-specific location.
|
/// Gets the PCI device's option ROM from a platform-specific location.
|
||||||
///
|
///
|
||||||
EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
|
EFI_PCI_PLATFORM_GET_PCI_ROM GetPciRom;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue