]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/Include/Guid/PowerManagementAcpiTableStorage.h
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / CPU / Include / Guid / PowerManagementAcpiTableStorage.h
1
2 /*++
3
4 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8
9 Module Name:
10
11 PowerManagementAcpiTableStorage.h
12
13 Abstract:
14
15 GUID definition for the Power Management ACPI table storage file name
16
17 --*/
18
19 #ifndef _POWER_MANAGEMENT_ACPI_TABLE_STORAGE_H_
20 #define _POWER_MANAGEMENT_ACPI_TABLE_STORAGE_H_
21
22 #define POWER_MANAGEMENT_ACPI_TABLE_STORAGE_GUID \
23 { 0x161be597, 0xe9c5, 0x49db, 0xae, 0x50, 0xc4, 0x62, 0xab, 0x54, 0xee, 0xda }
24
25 extern EFI_GUID gPowerManagementAcpiTableStorageGuid;
26
27 #endif