]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PchPlatformLib / PchPlatformLibrary.h
1 /**
2 **/
3 /**
4
5 Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved
6
7 This program and the accompanying materials are licensed and made available under
8 the terms and conditions of the BSD License that accompanies this distribution.
9 The full text of the license may be found at
10 http://opensource.org/licenses/bsd-license.php.
11
12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14
15
16 @file
17 PchPlatformLibrary.h
18
19 @brief
20 Header file for PCH Platform Lib implementation.
21
22 **/
23
24 #ifndef _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_
25 #define _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_
26
27 #include "PchAccess.h"
28 #ifdef ECP_FLAG
29 #include "EdkIIGlueBase.h"
30 #include "Library/EdkIIGlueMemoryAllocationLib.h"
31 #else
32 #include "Library/PciLib.h"
33 #include "Library/IoLib.h"
34 #include "Library/DebugLib.h"
35 #include "Library/PcdLib.h"
36
37 #include "PchCommonDefinitions.h"
38 #endif
39
40 #endif