]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/GlobalVariable.h
Nt32Pkg: Forbid creation of non-spec variables in EFI_GLOBAL_VARIABLE namespace.
[mirror_edk2.git] / MdePkg / Include / Guid / GlobalVariable.h
CommitLineData
c2f83f0a 1/** @file\r
2 GUID for EFI (NVRAM) Variables.\r
3\r
9df063a0
HT
4 Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials \r
c2f83f0a 6 are licensed and made available under the terms and conditions of the BSD License \r
7 which accompanies this distribution. The full text of the license may be found at \r
8 http://opensource.org/licenses/bsd-license.php \r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
12\r
c2f83f0a 13 @par Revision Reference:\r
14 GUID defined in UEFI 2.1\r
15**/\r
16\r
17#ifndef __GLOBAL_VARIABLE_GUID_H__\r
18#define __GLOBAL_VARIABLE_GUID_H__\r
19\r
33b30a1e 20#define EFI_GLOBAL_VARIABLE \\r
c2f83f0a 21 { \\r
22 0x8BE4DF61, 0x93CA, 0x11d2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C } \\r
23 }\r
24\r
c2f83f0a 25extern EFI_GUID gEfiGlobalVariableGuid;\r
26\r
27#endif\r