]> git.proxmox.com Git - mirror_edk2.git/blame - OldMdePkg/Include/Guid/GlobalVariable.h
Adding top-level Conf directory for next generation of EDK II build infrastructure...
[mirror_edk2.git] / OldMdePkg / Include / Guid / GlobalVariable.h
CommitLineData
878ddf1f 1/** @file\r
2 GUID for EFI (NVRAM) Variables.\r
3\r
4 Copyright (c) 2006, Intel Corporation \r
5 All rights reserved. This program and the accompanying materials \r
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
13 Module Name: GlobalVariable.h\r
14\r
15 @par Revision Reference:\r
16 GUID defined in UEFI 2.0\r
17**/\r
18\r
19#ifndef __GLOBAL_VARIABLE_GUID_H__\r
20#define __GLOBAL_VARIABLE_GUID_H__\r
21\r
22#define EFI_GLOBAL_VARIABLE_GUID \\r
23 { \\r
24 0x8BE4DF61, 0x93CA, 0x11d2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C } \\r
25 }\r
26\r
27#define EFI_GLOBAL_VARIABLE EFI_GLOBAL_VARIABLE_GUID\r
28\r
29extern EFI_GUID gEfiGlobalVariableGuid;\r
30\r
31#endif\r