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