blob: f8611909f0e12da1786e9d09011a41dff465c002 [file] [log] [blame]
Ronak Kanabar1ae366f2023-06-07 01:21:56 +05301/** @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**/
17UINT8
18EFIAPI
19GetDebugPrintDeviceEnable (
20 VOID
21 );
22
23#endif