]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Include/Guid/OvmfPlatformConfig.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / Include / Guid / OvmfPlatformConfig.h
1 /** @file
2 GUID for UEFI variables that are specific to OVMF configuration.
3
4 Copyright (C) 2014, Red Hat, Inc.
5
6 SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 **/
9
10 #ifndef __OVMF_PLATFORM_CONFIG_H__
11 #define __OVMF_PLATFORM_CONFIG_H__
12
13 #define OVMF_PLATFORM_CONFIG_GUID \
14 {0x7235c51c, 0x0c80, 0x4cab, {0x87, 0xac, 0x3b, 0x08, 0x4a, 0x63, 0x04, 0xb1}}
15
16 extern EFI_GUID gOvmfPlatformConfigGuid;
17
18 #endif