]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Include/Guid/PlatformHasDeviceTree.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / PlatformHasDeviceTree.h
CommitLineData
65a69b21
LE
1/** @file\r
2 EDKII Platform Has Device Tree GUID\r
3\r
4 A NULL protocol instance with this GUID in the DXE protocol database, and/or\r
5 a NULL PPI with this GUID in the PPI database, implies that the platform\r
6 provides the operating system with a Device Tree-based hardware description.\r
7 Note that this is not necessarily exclusive with different kinds of hardware\r
8 description (for example, an ACPI-based one). A platform driver and/or PEIM\r
9 is supposed to produce a single instance of the protocol and/or PPI (with\r
10 NULL contents), if appropriate.\r
11\r
12 Copyright (C) 2017, Red Hat, Inc.\r
13\r
878b807a 14 SPDX-License-Identifier: BSD-2-Clause-Patent\r
65a69b21
LE
15**/\r
16\r
65a69b21
LE
17#ifndef __EDKII_PLATFORM_HAS_DEVICE_TREE_H__\r
18#define __EDKII_PLATFORM_HAS_DEVICE_TREE_H__\r
19\r
20#define EDKII_PLATFORM_HAS_DEVICE_TREE_GUID \\r
21 { \\r
22 0x7ebb920d, 0x1aaf, 0x46d9, \\r
23 { 0xb2, 0xaf, 0x54, 0x1e, 0x1d, 0xce, 0x14, 0x8b } \\r
24 }\r
25\r
e7108d0e 26extern EFI_GUID gEdkiiPlatformHasDeviceTreeGuid;\r
65a69b21
LE
27\r
28#endif\r