]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / QNCInit / Dxe / QNCInit.h
CommitLineData
9b6bbcdb
MK
1/** @file\r
2Header file for QNC Initialization Driver.\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 _QNC_INITIALIZATION_DRIVER_H_\r
17#define _QNC_INITIALIZATION_DRIVER_H_\r
18\r
19EFI_STATUS\r
20QncInitRootPorts (\r
21 )\r
22/*++\r
23\r
24Routine Description:\r
25\r
26 Perform Initialization of the Downstream Root Ports.\r
27\r
28Arguments:\r
29\r
30Returns:\r
31\r
32 EFI_STATUS\r
33\r
34--*/\r
35;\r
36\r
37EFI_STATUS\r
38SetInitRootPortDownstreamS3Item (\r
39 )\r
40/*++\r
41\r
42Routine Description:\r
43\r
44 Set an Init Root Port Downstream devices S3 dispatch item, this function may assert if any error happend\r
45\r
46Arguments:\r
47\r
48Returns:\r
49\r
50 EFI_SUCCESS The function completed successfully\r
51\r
52--*/\r
53;\r
54\r
55#endif\r