]> git.proxmox.com Git - mirror_edk2.git/blame - Vlv2TbltDevicePkg/Library/PchPlatformLib/PchPlatformLibrary.h
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / PchPlatformLib / PchPlatformLibrary.h
CommitLineData
3cbfba02
DW
1/**\r
2**/\r
3/**\r
4\r
5Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved\r
6 \r\r
9dc8036d
MK
7 SPDX-License-Identifier: BSD-2-Clause-Patent\r
8\r
3cbfba02
DW
9 \r\r
10\r
11 @file\r
12 PchPlatformLibrary.h\r
13\r
14 @brief\r
15 Header file for PCH Platform Lib implementation.\r
16\r
17**/\r
18\r
19#ifndef _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_\r
20#define _PCH_PLATFORM_LIBRARY_IMPLEMENTATION_H_\r
21\r
22#include "PchAccess.h"\r
23#ifdef ECP_FLAG\r
24#include "EdkIIGlueBase.h"\r
25#include "Library/EdkIIGlueMemoryAllocationLib.h"\r
26#else\r
27#include "Library/PciLib.h"\r
28#include "Library/IoLib.h"\r
29#include "Library/DebugLib.h"\r
30#include "Library/PcdLib.h"\r
31\r
32#include "PchCommonDefinitions.h"\r
33#endif\r
34\r
35#endif\r