]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/PlatformPcieHelperLib/CommonHeader.h
MdePkg: introduce standalone MM entry point library implementation
[mirror_edk2.git] / QuarkPlatformPkg / Library / PlatformPcieHelperLib / CommonHeader.h
CommitLineData
b303605e
MK
1/** @file\r
2Common header file shared by all source files in this component.\r
3\r
4Copyright (c) 2013-2015 Intel Corporation.\r
5\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13**/\r
14\r
15#ifndef __COMMON_HEADER_H_\r
16#define __COMMON_HEADER_H_\r
17\r
18#include <Uefi.h>\r
19#include <Library/BaseLib.h>\r
20#include <Library/DebugLib.h>\r
21#include <Library/IoLib.h>\r
22#include <Library/TimerLib.h>\r
23#include <Library/QNCAccessLib.h>\r
24#include <Library/IntelQNCLib.h>\r
25#include <IntelQNCRegs.h>\r
26#include <IntelQNCConfig.h>\r
27#include <Pcal9555.h>\r
28#include <Platform.h>\r
29#include <PlatformBoards.h>\r
30\r
31#include <Library/PlatformPcieHelperLib.h>\r
32\r
33//\r
34// Routines shared between souce modules in this component.\r
35//\r
36\r
37VOID\r
38EFIAPI\r
39PlatformPcieErratas (\r
40 VOID\r
41 );\r
42\r
43EFI_STATUS\r
44EFIAPI\r
45SocUnitEarlyInitialisation (\r
46 VOID\r
47 );\r
48\r
49EFI_STATUS\r
50EFIAPI\r
51SocUnitReleasePcieControllerPreWaitPllLock (\r
52 IN CONST EFI_PLATFORM_TYPE PlatformType\r
53 );\r
54\r
55EFI_STATUS\r
56EFIAPI\r
57SocUnitReleasePcieControllerPostPllLock (\r
58 IN CONST EFI_PLATFORM_TYPE PlatformType\r
59 );\r
60\r
61#endif\r