Vlv2DeviceRefCodePkgTokenSpace.h 518 B

123456789101112131415161718192021222324
  1. /*++
  2. Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. Module Name:
  5. Vlv2DeviceRefCodeTokenSpace.h
  6. Abstract:
  7. Interface definition details for GUID.
  8. --*/
  9. #ifndef __VLV2_REF_CODE__PKG_TOKEN_SPACE_GUID_H__
  10. #define __VLV2_REF_CODE__PKG_TOKEN_SPACE_GUID_H__
  11. #define EFI_VLV_TOKEN_SPACE_GUID \
  12. { 0xca452c68, 0xdf0c, 0x45c9, {0x82, 0xfb, 0xea, 0xe4, 0x2b, 0x31, 0x29, 0x46}}
  13. extern EFI_GUID gEfiVLVTokenSpaceGuid;
  14. #endif