1 /** @file 2 Header file for QNC Initialization Driver. 3 4 Copyright (c) 2013-2015 Intel Corporation. 5 6 This program and the accompanying materials 7 are licensed and made available under the terms and conditions of the BSD License 8 which accompanies this distribution. The full text of the license may be found at 9 http://opensource.org/licenses/bsd-license.php 10 11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 13 14 15 **/ 16 #ifndef _QNC_INITIALIZATION_DRIVER_H_ 17 #define _QNC_INITIALIZATION_DRIVER_H_ 18 19 EFI_STATUS 20 QncInitRootPorts ( 21 ) 22 /*++ 23 24 Routine Description: 25 26 Perform Initialization of the Downstream Root Ports. 27 28 Arguments: 29 30 Returns: 31 32 EFI_STATUS 33 34 --*/ 35 ; 36 37 EFI_STATUS 38 SetInitRootPortDownstreamS3Item ( 39 ) 40 /*++ 41 42 Routine Description: 43 44 Set an Init Root Port Downstream devices S3 dispatch item, this function may assert if any error happend 45 46 Arguments: 47 48 Returns: 49 50 EFI_SUCCESS The function completed successfully 51 52 --*/ 53 ; 54 55 #endif 56