]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Guid/Vlv2Variable.h
Vlv2DeviceRefCodePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2DeviceRefCodePkg / ValleyView2Soc / SouthCluster / Include / Guid / Vlv2Variable.h
1 /*++
2
3 Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 Module Name:
10
11 Vlv2Variable.h
12
13 Abstract:
14
15 GUID used to define ValleyView2 variable.
16
17 --*/
18
19 #ifndef _VLV2_VARIABLE_GUID_H_
20 #define _VLV2_VARIABLE_GUID_H_
21
22 #define EFI_VLV2_VARIABLE \
23 { \
24 0x10ba6bbe, 0xa97e, 0x41c3, {0x9a, 0x07, 0x60, 0x7a, 0xd9, 0xbd, 0x60, 0xe5 } \
25 }
26 extern EFI_GUID gEfiVlv2VariableGuid;
27
28 #endif