1 /*++ 2 3 Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved 4 5 This program and the accompanying materials are licensed and made available under 6 the terms and conditions of the BSD License that accompanies this distribution. 7 The full text of the license may be found at 8 http://opensource.org/licenses/bsd-license.php. 9 10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 13 14 Module Name: 15 16 Vlv2DeviceRefCodeTokenSpace.h 17 18 Abstract: 19 20 Interface definition details for GUID. 21 22 --*/ 23 #ifndef __VLV2_REF_CODE__PKG_TOKEN_SPACE_GUID_H__ 24 #define __VLV2_REF_CODE__PKG_TOKEN_SPACE_GUID_H__ 25 26 #define EFI_VLV_TOKEN_SPACE_GUID \ 27 { 0xca452c68, 0xdf0c, 0x45c9, {0x82, 0xfb, 0xea, 0xe4, 0x2b, 0x31, 0x29, 0x46}} 28 extern EFI_GUID gEfiVLVTokenSpaceGuid; 29 30 #endif 31