TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformHasDeviceTree.h
Go to the documentation of this file.
1
17#ifndef __EDKII_PLATFORM_HAS_DEVICE_TREE_H__
18#define __EDKII_PLATFORM_HAS_DEVICE_TREE_H__
19
20#define EDKII_PLATFORM_HAS_DEVICE_TREE_GUID \
21 { \
22 0x7ebb920d, 0x1aaf, 0x46d9, \
23 { 0xb2, 0xaf, 0x54, 0x1e, 0x1d, 0xce, 0x14, 0x8b } \
24 }
25
26extern EFI_GUID gEdkiiPlatformHasDeviceTreeGuid;
27
28#endif
Definition: Base.h:213