]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h
QuarkSocPkg: Replace BSD License with BSD+Patent License
[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
c9f231d0 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
9b6bbcdb
MK
7\r
8\r
9**/\r
10#ifndef _QNC_INITIALIZATION_DRIVER_H_\r
11#define _QNC_INITIALIZATION_DRIVER_H_\r
12\r
13EFI_STATUS\r
14QncInitRootPorts (\r
15 )\r
16/*++\r
17\r
18Routine Description:\r
19\r
20 Perform Initialization of the Downstream Root Ports.\r
21\r
22Arguments:\r
23\r
24Returns:\r
25\r
26 EFI_STATUS\r
27\r
28--*/\r
29;\r
30\r
31EFI_STATUS\r
32SetInitRootPortDownstreamS3Item (\r
33 )\r
34/*++\r
35\r
36Routine Description:\r
37\r
38 Set an Init Root Port Downstream devices S3 dispatch item, this function may assert if any error happend\r
39\r
40Arguments:\r
41\r
42Returns:\r
43\r
44 EFI_SUCCESS The function completed successfully\r
45\r
46--*/\r
47;\r
48\r
49#endif\r