TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiView.h
Go to the documentation of this file.
1
8#ifndef ACPIVIEW_H_
9#define ACPIVIEW_H_
10
14#define MAX_FILE_NAME_LEN 128
15
19#define RSDP_REVISION_OFFSET 15
20
24#define RSDP_LENGTH_OFFSET 20
25
29VOID
31 VOID
32 );
33
39UINT32
41 VOID
42 );
43
47VOID
49 VOID
50 );
51
57UINT32
59 VOID
60 );
61
71BOOLEAN
73 IN CONST UINT32 Signature,
74 IN CONST UINT8 *TablePtr,
75 IN CONST UINT32 Length
76 );
77
89EFIAPI
91 IN EFI_SYSTEM_TABLE *SystemTable
92 );
93
94#endif // ACPIVIEW_H_
BOOLEAN ProcessTableReportOptions(IN CONST UINT32 Signature, IN CONST UINT8 *TablePtr, IN CONST UINT32 Length)
Definition: AcpiView.c:79
VOID ResetWarningCount(VOID)
Definition: AcpiParser.c:58
UINT32 GetErrorCount(VOID)
Definition: AcpiParser.c:47
VOID ResetErrorCount(VOID)
Definition: AcpiParser.c:34
EFI_STATUS EFIAPI AcpiView(IN EFI_SYSTEM_TABLE *SystemTable)
Definition: AcpiView.c:191
UINT32 GetWarningCount(VOID)
Definition: AcpiParser.c:71
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29