From b7c51c9cf4864df6aabb99a1ae843becd577237c Mon Sep 17 00:00:00 2001 From: raywu Date: Fri, 15 Jun 2018 00:00:50 +0800 Subject: init. 1AQQW051 --- Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h | 74 +++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h (limited to 'Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h') diff --git a/Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h b/Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h new file mode 100644 index 0000000..a1dbaa0 --- /dev/null +++ b/Board/EM/Thunderbolt/TbtDxe/TbtDxeLib.h @@ -0,0 +1,74 @@ +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2012, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* +//************************************************************************* +// $Header: /Alaska/SOURCE/Modules/Thunderbolt/TbtDxe/TbtDxeLib.h 2 6/21/13 7:41a Barretlin $ +// +// $Revision: 2 $ +// +// $Date: 6/21/13 7:41a $ +//************************************************************************* +// Revision History +// ---------------- +// +//************************************************************************* +#include +#include +#include +#include +#include + +#ifndef __TBTDXELIB_H__ +#define __TBTDXELIB_H__ + + + +#ifdef __cplusplus +extern "C" { +#endif + +#if defined TBT_INTEL_RC_CONFIG && TBT_INTEL_RC_CONFIG == 1 +EFI_STATUS TbtProtectedPciDevice +( + IN PCI_DEV_INFO *PciDevice +); +#endif + +VOID TbtDxeInvokeSmiHandler(); + +#if defined ULT_SUPPORT && ULT_SUPPORT == 1 +BOOLEAN +IsULTPchSeries +( + VOID +); +#endif + +#ifdef __cplusplus +} +#endif + +#endif +//************************************************************************* +//************************************************************************* +//** ** +//** (C)Copyright 1985-2012, American Megatrends, Inc. ** +//** ** +//** All Rights Reserved. ** +//** ** +//** 5555 Oakbrook Parkway, Suite 200, Norcross, GA 30093 ** +//** ** +//** Phone: (770)-246-8600 ** +//** ** +//************************************************************************* +//************************************************************************* -- cgit v1.2.3