]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
ShellPkg/Acpiview: AEST Parser
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / AcpiParser.h
index 051fdf807abb1067a264c136364bb6d145b38dab..a37b62bc7e34a0660814f8d176088282c7d52df5 100644 (file)
@@ -461,6 +461,27 @@ ParseAcpiHeader (
   OUT CONST UINT8**  Revision\r
   );\r
 \r
+/**\r
+  This function parses the ACPI AEST table.\r
+  When trace is enabled this function parses the AEST table and\r
+  traces the ACPI table fields.\r
+\r
+  This function also performs validation of the ACPI table fields.\r
+\r
+  @param [in] Trace              If TRUE, trace the ACPI fields.\r
+  @param [in] Ptr                Pointer to the start of the buffer.\r
+  @param [in] AcpiTableLength    Length of the ACPI table.\r
+  @param [in] AcpiTableRevision  Revision of the ACPI table.\r
+**/\r
+VOID\r
+EFIAPI\r
+ParseAcpiAest (\r
+  IN BOOLEAN Trace,\r
+  IN UINT8*  Ptr,\r
+  IN UINT32  AcpiTableLength,\r
+  IN UINT8   AcpiTableRevision\r
+  );\r
+\r
 /**\r
   This function parses the ACPI BGRT table.\r
   When trace is enabled this function parses the BGRT table and\r