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