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