]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Include/Library/PlatformPcieHelperLib.h
QuarkPlatformPkg: Add ForceRecovery UEFI application
[mirror_edk2.git] / QuarkPlatformPkg / Include / Library / PlatformPcieHelperLib.h
CommitLineData
b303605e
MK
1/** @file\r
2PlatformPcieHelperLib function prototype definitions.\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\r
16#ifndef __PLATFORM_PCIE_HELPER_LIB_H__\r
17#define __PLATFORM_PCIE_HELPER_LIB_H__\r
18\r
19#include "Platform.h"\r
20\r
21//\r
22// Function prototypes for routines exported by this library.\r
23//\r
24\r
25/**\r
26 Platform assert PCI express PERST# signal.\r
27\r
28 @param PlatformType See EFI_PLATFORM_TYPE enum definitions.\r
29\r
30**/\r
31VOID\r
32EFIAPI\r
33PlatformPERSTAssert (\r
34 IN CONST EFI_PLATFORM_TYPE PlatformType\r
35 );\r
36\r
37/**\r
38 Platform de assert PCI express PERST# signal.\r
39\r
40 @param PlatformType See EFI_PLATFORM_TYPE enum definitions.\r
41\r
42**/\r
43VOID\r
44EFIAPI\r
45PlatformPERSTDeAssert (\r
46 IN CONST EFI_PLATFORM_TYPE PlatformType\r
47 );\r
48\r
49/** Early initialisation of the PCIe controller.\r
50\r
51 @param PlatformType See EFI_PLATFORM_TYPE enum definitions.\r
52\r
53 @retval EFI_SUCCESS Operation success.\r
54\r
55**/\r
56EFI_STATUS\r
57EFIAPI\r
58PlatformPciExpressEarlyInit (\r
59 IN CONST EFI_PLATFORM_TYPE PlatformType\r
60 );\r
61\r
62#endif // #ifndef __PLATFORM_PCIE_HELPER_LIB_H__\r