]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DynamicTablesPkg/Include/Library/TableHelperLib.h
DynamicTablesPkg: Add Configuration Manager Object parser
[mirror_edk2.git] / DynamicTablesPkg / Include / Library / TableHelperLib.h
index 099a0a4544e3d1f746d4be8533cb006786f11611..6d362ff99a27eb5d96179b94fd73ee8f8f399269 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017 - 2020, Arm Limited. All rights reserved.<BR>\r
+  Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -107,17 +107,14 @@ FindDuplicateValue (
   IN        PFN_IS_EQUAL    EqualTestFunction\r
   );\r
 \r
-/** Convert a hex number to its ASCII code.\r
+/** Parse and print a CmObjDesc.\r
 \r
- @param [in]  x   Hex number to convert.\r
-                  Must be 0 <= x < 16.\r
-\r
- @return The ASCII code corresponding to x.\r
+  @param [in]  CmObjDesc  The CmObjDesc to parse and print.\r
 **/\r
-UINT8\r
+VOID\r
 EFIAPI\r
-AsciiFromHex (\r
-  IN  UINT8   x\r
+ParseCmObjDesc (\r
+  IN  CONST CM_OBJ_DESCRIPTOR * CmObjDesc\r
   );\r
 \r
 #endif // TABLE_HELPER_LIB_H_\r