SimicsBoardConfig.h 491 B

123456789101112131415161718
  1. /** @file
  2. GUID for UEFI variables that are specific to Simics Board configuration.
  3. Copyright (C) 2014, Red Hat, Inc.
  4. Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
  5. SPDX-License-Identifier: BSD-2-Clause-Patent
  6. **/
  7. #ifndef __SIMICS_BOARD_CONFIG_H__
  8. #define __SIMICS_BOARD_CONFIG_H__
  9. #define SIMICS_BOARD_CONFIG_GUID \
  10. {0x8a318e00, 0xfaf5, 0x499f, { 0x91,0x75, 0xce, 0x4d, 0x8d, 0xa6, 0x70, 0xae}}
  11. extern EFI_GUID gSimicsBoardConfigGuid;
  12. #endif