]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Guid/GlobalVariable.h
Updated headers to follow coding standard
[mirror_edk2.git] / MdePkg / Include / Guid / GlobalVariable.h
CommitLineData
c2f83f0a 1/** @file\r
2 GUID for EFI (NVRAM) Variables.\r
3\r
4 Copyright (c) 2006 - 2007, 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
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
20#define EFI_GLOBAL_VARIABLE_GUID \\r
21 { \\r
22 0x8BE4DF61, 0x93CA, 0x11d2, {0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03, 0x2B, 0x8C } \\r
23 }\r
24\r
25#define EFI_GLOBAL_VARIABLE EFI_GLOBAL_VARIABLE_GUID\r
26\r
27extern EFI_GUID gEfiGlobalVariableGuid;\r
28\r
29#endif\r