MemoryConfigData.h 750 B

1234567891011121314151617181920212223242526272829303132
  1. /*++
  2. Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. MemoryConfigData.h
  6. Abstract:
  7. GUID used for Memory Configuration Data entries in the HOB list.
  8. --*/
  9. #ifndef _MEMORY_CONFIG_DATA_GUID_H_
  10. #define _MEMORY_CONFIG_DATA_GUID_H_
  11. #define EFI_MEMORY_CONFIG_DATA_GUID \
  12. { \
  13. 0x80dbd530, 0xb74c, 0x4f11, 0x8c, 0x03, 0x41, 0x86, 0x65, 0x53, 0x28, 0x31 \
  14. }
  15. extern EFI_GUID gEfiMemoryConfigDataGuid;
  16. extern CHAR16 EfiMemoryConfigVariable[];
  17. #endif