]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/AcpiTableStorage.h
Add in Intel Framework HiiLib class and instance.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / AcpiTableStorage.h
CommitLineData
79964ac8 1/** @file\r
2 The ACPI table storage file is fully FFS compliant.\r
3 The file is a number of sections of type EFI_SECTION_RAW.\r
4 This GUID is used to identify the file as an ACPI table storage file.\r
5\r
6 Copyright (c) 2007, Intel Corporation\r
7 All rights reserved. This program and the accompanying materials\r
8 are licensed and made available under the terms and conditions of the BSD License\r
9 which accompanies this distribution. The full text of the license may be found at\r
10 http://opensource.org/licenses/bsd-license.php\r
11\r
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14\r
15 Module Name: AcpiTableStorage.h\r
16\r
17 @par Revision Reference:\r
18 GUID defined in ACPI Table Storage Spec Version 0.9.\r
19\r
20**/\r
21\r
22#ifndef _ACPI_TABLE_STORAGE_H_\r
23#define _ACPI_TABLE_STORAGE_H_\r
24\r
25#define EFI_ACPI_TABLE_STORAGE_GUID \\r
26 { 0x7e374e25, 0x8e01, 0x4fee, {0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd } }\r
27\r
28extern EFI_GUID gEfiAcpiTableStorageGuid;\r
29\r
30#endif\r