]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/Library/BaseDebugDeviceLibNull/DebugDeviceLibNull.c
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / Library / BaseDebugDeviceLibNull / DebugDeviceLibNull.c
CommitLineData
c8ec22a2
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
16a16ea6 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
c8ec22a2
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