]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h
ShellPkg/AcpiView: Refactor configuration
[mirror_edk2.git] / ShellPkg / Library / UefiShellAcpiViewCommandLib / AcpiView.h
index be65564c86a67a03e71b11f3b2ecde7a21016736..92d64a88814d0af0ba08d2e9da6b87e7d204125d 100644 (file)
 **/\r
 #define RSDP_LENGTH_OFFSET   20\r
 \r
-/**\r
-  The EREPORT_OPTION enum describes ACPI table Reporting options.\r
-**/\r
-typedef enum ReportOption {\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
   This function resets the ACPI table error counter to Zero.\r
 **/\r
@@ -70,90 +59,6 @@ GetWarningCount (
   VOID\r
   );\r
 \r
-/**\r
-  This function returns the colour highlighting status.\r
-\r
-  @retval TRUE if colour highlighting is enabled.\r
-**/\r
-BOOLEAN\r
-GetColourHighlighting (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function sets the colour highlighting status.\r
-\r
-  @param  Highlight       The Highlight status.\r
-\r
-**/\r
-VOID\r
-SetColourHighlighting (\r
-  BOOLEAN Highlight\r
-  );\r
-\r
-/**\r
-  This function returns the consistency checking status.\r
-\r
-  @retval TRUE if consistency checking is enabled.\r
-**/\r
-BOOLEAN\r
-GetConsistencyChecking (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function sets the consistency checking status.\r
-\r
-  @param  ConsistencyChecking   The consistency checking status.\r
-\r
-**/\r
-VOID\r
-SetConsistencyChecking (\r
-  BOOLEAN ConsistencyChecking\r
-  );\r
-\r
-/**\r
-  This function returns the ACPI table requirements validation flag.\r
-\r
-  @retval TRUE if check for mandatory table presence should be performed.\r
-**/\r
-BOOLEAN\r
-GetMandatoryTableValidate (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function sets the ACPI table requirements validation flag.\r
-\r
-  @param  Validate    Enable/Disable ACPI table requirements validation.\r
-**/\r
-VOID\r
-SetMandatoryTableValidate (\r
-  BOOLEAN Validate\r
-  );\r
-\r
-/**\r
-  This function returns the identifier of specification to validate ACPI table\r
-  requirements against.\r
-\r
-  @return   ID of specification listing mandatory tables.\r
-**/\r
-UINTN\r
-GetMandatoryTableSpec (\r
-  VOID\r
-  );\r
-\r
-/**\r
-  This function sets the identifier of specification to validate ACPI table\r
-  requirements against.\r
-\r
-  @param  Spec      ID of specification listing mandatory tables.\r
-**/\r
-VOID\r
-SetMandatoryTableSpec (\r
-  UINTN Spec\r
-  );\r
-\r
 /**\r
   This function processes the table reporting options for the ACPI table.\r
 \r