TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformHasAcpi.h
Go to the documentation of this file.
1
17#ifndef __EDKII_PLATFORM_HAS_ACPI_H__
18#define __EDKII_PLATFORM_HAS_ACPI_H__
19
20#define EDKII_PLATFORM_HAS_ACPI_GUID \
21 { \
22 0xf0966b41, 0xc23f, 0x41b9, \
23 { 0x96, 0x04, 0x0f, 0xf7, 0xe1, 0x11, 0x96, 0x5a } \
24 }
25
26extern EFI_GUID gEdkiiPlatformHasAcpiGuid;
27
28#endif
Definition: Base.h:213