]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/VariableWrite.h
Use doxygen comment style for document entity such as struct, enum, variable that...
[mirror_edk2.git] / MdePkg / Include / Protocol / VariableWrite.h
CommitLineData
d1f95000 1/** @file\r
0f82bd55 2 Variable Write Architectural Protocol as defined in PI Specification VOLUME 2 DXE\r
d1f95000 3\r
8a7d75b0 4 This code is used to produce the UEFI 2.0 runtime variable services\r
d1f95000 5\r
8a7d75b0 6 The SetVariable () UEFI 2.0 services may be updated to the EFI system table and the \r
d1f95000 7 EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID protocol is registered with a NULL pointer.\r
8\r
9 No CRC of the EFI system table is required, as it is done in the DXE core.\r
10\r
4ca9b6c4 11 Copyright (c) 2006 - 2008, Intel Corporation \r
d1f95000 12 All rights reserved. This program and the accompanying materials \r
13 are licensed and made available under the terms and conditions of the BSD License \r
14 which accompanies this distribution. The full text of the license may be found at \r
15 http://opensource.org/licenses/bsd-license.php \r
16\r
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
19\r
d1f95000 20**/\r
21\r
22#ifndef __ARCH_PROTOCOL_VARIABLE_WRITE_ARCH_H__\r
23#define __ARCH_PROTOCOL_VARIABLE_WRITE_ARCH_H__\r
24\r
99e8ed21 25///\r
26/// Global ID for the Variable Write Architectural Protocol\r
27///\r
d1f95000 28#define EFI_VARIABLE_WRITE_ARCH_PROTOCOL_GUID \\r
29 { 0x6441f818, 0x6362, 0x4e44, {0xb5, 0x70, 0x7d, 0xba, 0x31, 0xdd, 0x24, 0x53 } }\r
30\r
31extern EFI_GUID gEfiVariableWriteArchProtocolGuid;\r
32\r
33#endif \r