ShellMapGuid.h 421 B

12345678910111213141516171819
  1. /** @file
  2. GUID for Shell Map for Get/Set via runtime services.
  3. Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
  4. SPDX-License-Identifier: BSD-2-Clause-Patent
  5. **/
  6. #ifndef _SHELL_MAP_GUID_H_
  7. #define _SHELL_MAP_GUID_H_
  8. #define SHELL_MAP_GUID \
  9. { \
  10. 0x51271e13, 0x7de3, 0x43af, { 0x8b, 0xc2, 0x71, 0xad, 0x3b, 0x82, 0x43, 0x25 } \
  11. }
  12. extern EFI_GUID gShellMapGuid;
  13. #endif