TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiViewConfig.h
Go to the documentation of this file.
1
8#ifndef ACPI_VIEW_CONFIG_H_
9#define ACPI_VIEW_CONFIG_H_
10
16BOOLEAN
17EFIAPI
19 VOID
20 );
21
27VOID
28EFIAPI
30 BOOLEAN Highlight
31 );
32
38BOOLEAN
39EFIAPI
41 VOID
42 );
43
49VOID
50EFIAPI
52 BOOLEAN ConsistencyChecking
53 );
54
60BOOLEAN
61EFIAPI
63 VOID
64 );
65
71VOID
72EFIAPI
74 BOOLEAN Validate
75 );
76
84EFIAPI
86 VOID
87 );
88
95VOID
96EFIAPI
98 UINTN Spec
99 );
100
104typedef enum {
109 ReportMax,
111
118EFIAPI
120 VOID
121 );
122
128VOID
129EFIAPI
131 EREPORT_OPTION ReportType
132 );
133
138typedef struct {
139 UINT32 Type;
140 CONST CHAR16 *Name;
141 BOOLEAN Found;
143
149VOID
150EFIAPI
152 OUT SELECTED_ACPI_TABLE **SelectedAcpiTable
153 );
154
162VOID
163EFIAPI
165 CONST CHAR16 *TableName
166 );
167
171VOID
172EFIAPI
174 VOID
175 );
176
177#endif // ACPI_VIEW_CONFIG_H_
UINT64 UINTN
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)
EREPORT_OPTION
@ 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)
#define CONST
Definition: Base.h:259
#define OUT
Definition: Base.h:284
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.