]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFsp2Pkg/Include/Library/DebugDeviceLib.h
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / DebugDeviceLib.h
CommitLineData
cf1d4549
JY
1/** @file\r
2\r
3 Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
9672cd30 4 SPDX-License-Identifier: BSD-2-Clause-Patent\r
cf1d4549
JY
5\r
6**/\r
7\r
8#ifndef __DEBUG_DEVICE_LIB_H__\r
9#define __DEBUG_DEVICE_LIB_H__\r
10\r
11/**\r
12 Returns the debug print device enable state.\r
13\r
14 @return Debug print device enable state.\r
15\r
16**/\r
17UINT8\r
18EFIAPI\r
19GetDebugPrintDeviceEnable (\r
20 VOID\r
21 );\r
22\r
23#endif\r