diff options
Diffstat (limited to 'roms/edk2/IntelFsp2Pkg/Include/Library/DebugDeviceLib.h')
-rw-r--r-- | roms/edk2/IntelFsp2Pkg/Include/Library/DebugDeviceLib.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/roms/edk2/IntelFsp2Pkg/Include/Library/DebugDeviceLib.h b/roms/edk2/IntelFsp2Pkg/Include/Library/DebugDeviceLib.h new file mode 100644 index 000000000..bd0b69677 --- /dev/null +++ b/roms/edk2/IntelFsp2Pkg/Include/Library/DebugDeviceLib.h @@ -0,0 +1,23 @@ +/** @file
+
+ Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef __DEBUG_DEVICE_LIB_H__
+#define __DEBUG_DEVICE_LIB_H__
+
+/**
+ Returns the debug print device enable state.
+
+ @return Debug print device enable state.
+
+**/
+UINT8
+EFIAPI
+GetDebugPrintDeviceEnable (
+ VOID
+ );
+
+#endif
|