]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg BaseMemoryLibOptDxe: Add function comment for InternalMemCompareGuid
authorLiming Gao <liming.gao@intel.com>
Thu, 20 Oct 2016 05:57:14 +0000 (13:57 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 25 Oct 2016 03:54:08 +0000 (11:54 +0800)
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>
MdePkg/Library/BaseMemoryLibOptDxe/Arm/MemLibGuid.c

index 8f1e50b2ed02647380ce86c534eae87bde521031..47386e998bdb7349f21800a1519fbb4287fbc98e 100644 (file)
 \r
 #include "MemLibInternals.h"\r
 \r
+/**\r
+  Internal function to compare two GUIDs.\r
+\r
+  This function compares Guid1 to Guid2.  If the GUIDs are identical then TRUE is returned.\r
+  If there are any bit differences in the two GUIDs, then FALSE is returned.\r
+\r
+  @param  Guid1       A pointer to a 128 bit GUID.\r
+  @param  Guid2       A pointer to a 128 bit GUID.\r
+\r
+  @retval TRUE        Guid1 and Guid2 are identical.\r
+  @retval FALSE       Guid1 and Guid2 are not identical.\r
+\r
+**/\r
 BOOLEAN\r
 EFIAPI\r
 InternalMemCompareGuid (\r