]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/ReadOnlyVariable2.h
Removed IntelframeworkPkg contamination from MdeModulePkg modules.
[mirror_edk2.git] / MdePkg / Include / Ppi / ReadOnlyVariable2.h
Content-type: text/html ]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Ppi/ReadOnlyVariable2.h


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 6) line 1, <$fd> line 93.
CommitLineData
5879b875 1/** @file\r
2 This file declares Read-only Variable Service PPI\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
5879b875 13 @par Revision Reference:\r
14 This PPI is defined in PI\r
15 Version 1.00.\r
16\r
17**/\r
18\r
19#ifndef __PEI_READ_ONLY_VARIABLE2_PPI_H__\r
20#define __PEI_READ_ONLY_VARIABLE2_PPI_H__\r
21\r
22#define EFI_PEI_READ_ONLY_VARIABLE2_PPI_GUID \\r
00edb218 23 { 0x2ab86ef5, 0xecb5, 0x4134, { 0xb5, 0x56, 0x38, 0x54, 0xca, 0x1f, 0xe1, 0xb4 } }\r
5879b875 24\r
25\r
26typedef struct _EFI_PEI_READ_ONLY_VARIABLE2_PPI EFI_PEI_READ_ONLY_VARIABLE2_PPI;\r
27\r
28/**\r
29 Read the specified variable from the UEFI variable store. If the Data \r
00edb218
A
30 buffer is too small to hold the contents of the variable, \r
31 the error EFI_BUFFER_TOO_SMALL is returned and DataSize is set to the\r
32 required buffer size to obtain the data.\r
5879b875 33\r
00edb218 34 @param This A pointer to this instance of the EFI_PEI_READ_ONLY_VARIABLE2_PPI.\r
5879b875 35\r
00edb218 36