]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/CcProbeLibNull/CcProbeLibNull.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / CcProbeLibNull / CcProbeLibNull.c
CommitLineData
74a3eb97
MX
1/** @file\r
2\r
3 Null stub of CcProbeLib\r
4\r
5 Copyright (c) 2022, Intel Corporation. All rights reserved.<BR>\r
6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
7\r
8**/\r
9\r
10#include <Library/CcProbeLib.h>\r
11\r
12/**\r
13 Probe the ConfidentialComputing Guest type. See defition of\r
14 CC_GUEST_TYPE in <ConfidentialComputingGuestAttr.h>.\r
15\r
16 @return The guest type\r
17\r
18**/\r
19UINT8\r
20EFIAPI\r
21CcProbe (\r
22 VOID\r
23 )\r
24{\r
25 return CcGuestTypeNonEncrypted;\r
26}\r