]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h
ShellPkg/UefiShellAcpiViewCommandLib: Fix ECC issues
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / AcpiView.h
index b035395a721b80031335a16684fe9d3bbd60cd52..615686dde83cfc47e3506ec70c304bd0f1c54248 100644 (file)
   The EREPORT_OPTION enum describes ACPI table Reporting options.\r
 **/\r
 typedef enum ReportOption {\r
-  EREPORT_ALL,            ///< Report All tables.\r
-  EREPORT_SELECTED,       ///< Report Selected table.\r
-  EREPORT_TABLE_LIST,     ///< Report List of tables.\r
-  EREPORT_DUMP_BIN_FILE,  ///< Dump selected table to a file.\r
-  EREPORT_MAX\r
+  ReportAll,            ///< Report All tables.\r
+  ReportSelected,       ///< Report Selected table.\r
+  ReportTableList,      ///< Report List of tables.\r
+  ReportDumpBinFile,    ///< Dump selected table to a file.\r
+  ReportMax,\r
 } EREPORT_OPTION;\r
 \r
 /**\r