]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Include/Guid/OvmfPlatformConfig.h
OvmfPkg/MemEncryptSevLib: find pages of initial SMRAM save state map
[mirror_edk2.git] / OvmfPkg / Include / Guid / OvmfPlatformConfig.h
CommitLineData
732295d1
LE
1/** @file\r
2 GUID for UEFI variables that are specific to OVMF configuration.\r
3\r
4 Copyright (C) 2014, Red Hat, Inc.\r
5\r
6 This program and the accompanying materials are licensed and made available\r
7 under the terms and conditions of the BSD License that accompanies this\r
8 distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
12 WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef __OVMF_PLATFORM_CONFIG_H__\r
17#define __OVMF_PLATFORM_CONFIG_H__\r
18\r
19#define OVMF_PLATFORM_CONFIG_GUID \\r
20{0x7235c51c, 0x0c80, 0x4cab, {0x87, 0xac, 0x3b, 0x08, 0x4a, 0x63, 0x04, 0xb1}}\r
21\r
22extern EFI_GUID gOvmfPlatformConfigGuid;\r
23\r
24#endif\r