]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Guid/PlatformHasAcpi.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Guid / PlatformHasAcpi.h
CommitLineData
05db0948
LE
1/** @file\r
2 EDKII Platform Has ACPI 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 an ACPI-based hardware description. Note\r
7 that this is not necessarily exclusive with different kinds of hardware\r
8 description (for example, a Device Tree-based one). A platform driver and/or\r
9 PEIM is supposed to produce a single instance of the protocol and/or PPI\r
10 (with NULL contents), if appropriate.\r
11\r
12 Copyright (C) 2017, Red Hat, Inc.\r
13\r
9d510e61 14 SPDX-License-Identifier: BSD-2-Clause-Patent\r
05db0948
LE
15**/\r
16\r
05db0948
LE
17#ifndef __EDKII_PLATFORM_HAS_ACPI_H__\r
18#define __EDKII_PLATFORM_HAS_ACPI_H__\r
19\r
20#define EDKII_PLATFORM_HAS_ACPI_GUID \\r
21 { \\r
22 0xf0966b41, 0xc23f, 0x41b9, \\r
23 { 0x96, 0x04, 0x0f, 0xf7, 0xe1, 0x11, 0x96, 0x5a } \\r
24 }\r
25\r
1436aea4 26extern EFI_GUID gEdkiiPlatformHasAcpiGuid;\r
05db0948
LE
27\r
28#endif\r