]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/Variable.h
Import Pal.h and Sal.h.
[mirror_edk2.git] / MdePkg / Include / Protocol / Variable.h
CommitLineData
d1f95000 1/** @file\r
2 Variable Architectural Protocol as defined in the DXE CIS\r
3\r
4 This code is used to produce the EFI 1.0 runtime variable services\r
5\r
6 The GetVariable (), GetNextVariableName (), and SetVariable () EFI 1.0 \r
7 services are added to the EFI system table and the \r
8 EFI_VARIABLE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
9\r
10 No CRC of the EFI system table is required, as it is done in the DXE core.\r
11\r
12 Copyright (c) 2006, Intel Corporation \r
13 All rights reserved. This program and the accompanying materials \r
14 are licensed and made available under the terms and conditions of the BSD License \r
15 which accompanies this distribution. The full text of the license may be found at \r
16 http://opensource.org/licenses/bsd-license.php \r
17\r
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
20\r
21 Module Name: Variable.h\r
22\r
23 @par Revision Reference:\r
24 Version 0.91B.\r
25\r
26**/\r
27\r
28#ifndef __ARCH_PROTOCOL_VARIABLE_ARCH_H__\r
29#define __ARCH_PROTOCOL_VARIABLE_ARCH_H__\r
30\r
31//\r
32// Global ID for the Variable Architectural Protocol\r
33//\r
34#define EFI_VARIABLE_ARCH_PROTOCOL_GUID \\r
35 { 0x1e5668e2, 0x8481, 0x11d4, {0xbc, 0xf1, 0x0, 0x80, 0xc7, 0x3c, 0x88, 0x81 } }\r
36\r
37extern EFI_GUID gEfiVariableArchProtocolGuid;\r
38\r
39#endif \r