8#ifndef ACPI_VIEW_CONFIG_H_
9#define ACPI_VIEW_CONFIG_H_
52 BOOLEAN ConsistencyChecking
165 CONST CHAR16 *TableName
EREPORT_OPTION EFIAPI GetReportOption(VOID)
UINTN EFIAPI GetMandatoryTableSpec(VOID)
VOID EFIAPI SetMandatoryTableSpec(UINTN Spec)
VOID EFIAPI SetMandatoryTableValidate(BOOLEAN Validate)
VOID EFIAPI SetColourHighlighting(BOOLEAN Highlight)
BOOLEAN EFIAPI GetConsistencyChecking(VOID)
BOOLEAN EFIAPI GetColourHighlighting(VOID)
BOOLEAN EFIAPI GetMandatoryTableValidate(VOID)
VOID EFIAPI SetReportOption(EREPORT_OPTION ReportType)
VOID EFIAPI GetSelectedAcpiTable(OUT SELECTED_ACPI_TABLE **SelectedAcpiTable)
VOID EFIAPI AcpiConfigSetDefaults(VOID)
@ ReportAll
Report All tables.
@ ReportTableList
Report List of tables.
@ ReportSelected
Report Selected table.
@ ReportDumpBinFile
Dump selected table to a file.
VOID EFIAPI SetConsistencyChecking(BOOLEAN ConsistencyChecking)
VOID EFIAPI SelectAcpiTable(CONST CHAR16 *TableName)
BOOLEAN Found
The selected table has been found in the system.
CONST CHAR16 * Name
User friendly name of the selected ACPI table.
UINT32 Type
32bit signature of the selected ACPI table.