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