AcpiTableStorage.h 722 B

123456789101112131415161718192021222324252627282930
  1. /*++
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. AcpiTableStorage.h
  6. Abstract:
  7. GUID for the ACPI Table Storage filename.
  8. This GUID is defined in the Tiano ACPI Table Storage EPS.
  9. --*/
  10. #ifndef _ACPI_TABLE_STORAGE_H_
  11. #define _ACPI_TABLE_STORAGE_H_
  12. #define EFI_ACPI_TABLE_STORAGE_GUID \
  13. { 0x7e374e25, 0x8e01, 0x4fee, {0x87, 0xf2, 0x39, 0xc, 0x23, 0xc6, 0x6, 0xcd} }
  14. extern EFI_GUID gEfiAcpiTableStorageGuid;
  15. #endif