]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/Include/Ppi/ReadOnlyVariableThunkPresent.h
1) Make Compatibility/Include the public include directory.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / Include / Ppi / ReadOnlyVariableThunkPresent.h
CommitLineData
cc5c33d7 1/** @file\r
2 PPI published by the ReadOnlyVariable to ReadOnlyVariable2 or ReadOnlyVariable2 to ReadOnlyVariable\r
3 thunking PEIM to mark that such module has already been excuted.\r
4\r
5 This PPI is referenced in Edk2/EdkCompatibility/Compatibility/ReadOnlyVariable2ToReadOnlyVariable \r
6 and Edk2/EdkCompatibility/Compatibility/ReadOnlyVariable2ToReadOnlyVariable.\r
7\r
8Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
9All rights reserved. This program and the accompanying materials\r
10are licensed and made available under the terms and conditions of the BSD License\r
11which accompanies this distribution. The full text of the license may be found at\r
12http://opensource.org/licenses/bsd-license.php\r
13\r
14THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16\r
17**/\r
18\r
19#ifndef _PEI_READONLY_VARIABLE_THUNK_PRESENT_H_\r
20#define _PEI_READONLY_VARIABLE_THUNK_PRESENT_H_\r
21\r
22#define PEI_READONLY_VARIABLE_THUNK_PRESENT_GUID \\r
23 { 0xe84e9e0b, 0xb5dd, 0x4d08, { 0x9e, 0x46, 0x82, 0x1f, 0xf, 0x14, 0xe9, 0x1b } }\r
24\r
25extern EFI_GUID gPeiReadonlyVariableThunkPresentPpiGuid;\r
26\r
27#endif\r
28\r