]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseDebugDeviceLibNull / DebugDeviceLibNull.c
CommitLineData
cf1d4549
JY
1/** @file\r
2 Debug device library instance that retrieves the current enabling state for\r
3 the platform debug output device.\r
4\r
5 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
9672cd30 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
7\r
8**/\r
9\r
10#include <Base.h>\r
11\r
12/**\r
13 Returns the debug print device enable state.\r
14\r
15 @return Debug print device enable state.\r
16\r
17**/\r
18UINT8\r
19EFIAPI\r
20GetDebugPrintDeviceEnable (\r
21 VOID\r
22 )\r
23{\r
24 return 1;\r
25}\r