]> git.proxmox.com Git - mirror_edk2.git/blob - EmbeddedPkg/Include/Guid/PlatformHasAcpi.h
ArmPlatformPkg/ArmJunoDxe: simplify ACPI table installation
[mirror_edk2.git] / EmbeddedPkg / Include / Guid / PlatformHasAcpi.h
1 /** @file
2 EDKII Platform Has ACPI GUID
3
4 A NULL protocol instance with this GUID in the DXE protocol database, and/or
5 a NULL PPI with this GUID in the PPI database, implies that the platform
6 provides the operating system with an ACPI-based hardware description. Note
7 that this is not necessarily exclusive with different kinds of hardware
8 description (for example, a Device Tree-based one). A platform driver and/or
9 PEIM is supposed to produce a single instance of the protocol and/or PPI
10 (with NULL contents), if appropriate.
11
12 Copyright (C) 2017, Red Hat, Inc.
13
14 This program and the accompanying materials are licensed and made available
15 under the terms and conditions of the BSD License that accompanies this
16 distribution. The full text of the license may be found at
17 http://opensource.org/licenses/bsd-license.php.
18
19 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
20 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
21 **/
22
23
24 #ifndef __EDKII_PLATFORM_HAS_ACPI_H__
25 #define __EDKII_PLATFORM_HAS_ACPI_H__
26
27 #define EDKII_PLATFORM_HAS_ACPI_GUID \
28 { \
29 0xf0966b41, 0xc23f, 0x41b9, \
30 { 0x96, 0x04, 0x0f, 0xf7, 0xe1, 0x11, 0x96, 0x5a } \
31 }
32
33 extern EFI_GUID gEdkiiPlatformHasAcpiGuid;
34
35 #endif