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