1 2 /*++ 3 4 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 5 6 This program and the accompanying materials are licensed and made available under 7 the terms and conditions of the BSD License that accompanies this distribution. 8 The full text of the license may be found at 9 http://opensource.org/licenses/bsd-license.php. 10 11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13 14 15 Module Name: 16 17 PowerManagementAcpiTableStorage.h 18 19 Abstract: 20 21 GUID definition for the Power Management ACPI table storage file name 22 23 --*/ 24 25 #ifndef _POWER_MANAGEMENT_ACPI_TABLE_STORAGE_H_ 26 #define _POWER_MANAGEMENT_ACPI_TABLE_STORAGE_H_ 27 28 #define POWER_MANAGEMENT_ACPI_TABLE_STORAGE_GUID \ 29 { 0x161be597, 0xe9c5, 0x49db, 0xae, 0x50, 0xc4, 0x62, 0xab, 0x54, 0xee, 0xda } 30 31 extern EFI_GUID gPowerManagementAcpiTableStorageGuid; 32 33 #endif 34