]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Include / Guid / SecurityPkgTokenSpace.h
1 /** @file
2 GUID for SecurityPkg PCD Token Space.
3
4 Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _SECURITYPKG_TOKEN_SPACE_GUID_H_
10 #define _SECURITYPKG_TOKEN_SPACE_GUID_H_
11
12 #define SECURITYPKG_TOKEN_SPACE_GUID \
13 { \
14 0xd3fb176, 0x9569, 0x4d51, { 0xa3, 0xef, 0x7d, 0x61, 0xc6, 0x4f, 0xea, 0xba } \
15 }
16
17 extern EFI_GUID gEfiSecurityPkgTokenSpaceGuid;
18
19 #endif