]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Guid/AcpiTableStorage.h
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Guid / AcpiTableStorage.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 This program and the accompanying materials are licensed and made available under
6 the terms and conditions of the BSD License that accompanies this distribution.
7 The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php.
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13
14
15 Module Name:
16
17 AcpiTableStorage.h
18
19 Abstract:
20
21 GUID for the ACPI Table Storage filename.
22
23 This GUID is defined in the Tiano ACPI Table Storage EPS.
24
25 --*/
26
27 #ifndef _ACPI_TABLE_STORAGE_H_
28 #define _ACPI_TABLE_STORAGE_H_
29
30 #define EFI_ACPI_TABLE_STORAGE_GUID \
31 { 0x7e374e25, 0x8e01, 0x4fee, {0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd} }
32
33 extern EFI_GUID gEfiAcpiTableStorageGuid;
34
35 #endif