TianoCore EDK2 master
Loading...
Searching...
No Matches
AcpiTable.h
Go to the documentation of this file.
1
11#ifndef UNIVERSAL_PAYLOAD_ACPI_TABLE_H_
12#define UNIVERSAL_PAYLOAD_ACPI_TABLE_H_
13
14#include <Uefi.h>
16
17#pragma pack(1)
18
19typedef struct {
23
24#pragma pack()
25
26#define UNIVERSAL_PAYLOAD_ACPI_TABLE_REVISION 1
27
28extern GUID gUniversalPayloadAcpiTableGuid;
29
30#endif // UNIVERSAL_PAYLOAD_ACPI_TABLE_H_
UINT64 EFI_PHYSICAL_ADDRESS
Definition: UefiBaseType.h:50
Definition: Base.h:213