]> 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 e4a8dfa046bd97d89f0297ccad521f317bed5c36..6d362ff99a27eb5d96179b94fd73ee8f8f399269 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2017 - 2019, ARM Limited. All rights reserved.\r
+  Copyright (c) 2017 - 2021, Arm Limited. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -107,4 +107,14 @@ FindDuplicateValue (
   IN        PFN_IS_EQUAL    EqualTestFunction\r
   );\r
 \r
+/** Parse and print a CmObjDesc.\r
+\r
+  @param [in]  CmObjDesc  The CmObjDesc to parse and print.\r
+**/\r
+VOID\r
+EFIAPI\r
+ParseCmObjDesc (\r
+  IN  CONST CM_OBJ_DESCRIPTOR * CmObjDesc\r
+  );\r
+\r
 #endif // TABLE_HELPER_LIB_H_\r