DebugDeviceLib.h 378 B

1234567891011121314151617181920212223
  1. /** @file
  2. Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. #ifndef __DEBUG_DEVICE_LIB_H__
  6. #define __DEBUG_DEVICE_LIB_H__
  7. /**
  8. Returns the debug print device enable state.
  9. @return Debug print device enable state.
  10. **/
  11. UINT8
  12. EFIAPI
  13. GetDebugPrintDeviceEnable (
  14. VOID
  15. );
  16. #endif