mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-24 22:24:37 +02:00
MdePkg BaseMemoryLibOptDxe: Add function comment for InternalMemCompareGuid
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
parent
635d8ec31c
commit
8e947c07b6
@ -15,6 +15,19 @@
|
|||||||
|
|
||||||
#include "MemLibInternals.h"
|
#include "MemLibInternals.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
Internal function to compare two GUIDs.
|
||||||
|
|
||||||
|
This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
|
||||||
|
If there are any bit differences in the two GUIDs, then FALSE is returned.
|
||||||
|
|
||||||
|
@param Guid1 A pointer to a 128 bit GUID.
|
||||||
|
@param Guid2 A pointer to a 128 bit GUID.
|
||||||
|
|
||||||
|
@retval TRUE Guid1 and Guid2 are identical.
|
||||||
|
@retval FALSE Guid1 and Guid2 are not identical.
|
||||||
|
|
||||||
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
EFIAPI
|
EFIAPI
|
||||||
InternalMemCompareGuid (
|
InternalMemCompareGuid (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user