]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h
QuarkSocPkg: Add new package for Quark SoC X1000
[mirror_edk2.git] / QuarkSocPkg / QuarkNorthCluster / QNCInit / Dxe / QNCInit.h
diff --git a/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h b/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/QNCInit.h
new file mode 100644 (file)
index 0000000..c6d8592
--- /dev/null
@@ -0,0 +1,55 @@
+/** @file\r
+Header file for QNC Initialization Driver.\r
+\r
+Copyright (c) 2013-2015 Intel Corporation.\r
+\r
+This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+\r
+**/\r
+#ifndef _QNC_INITIALIZATION_DRIVER_H_\r
+#define _QNC_INITIALIZATION_DRIVER_H_\r
+\r
+EFI_STATUS\r
+QncInitRootPorts (\r
+  )\r
+/*++\r
+\r
+Routine Description:\r
+\r
+  Perform Initialization of the Downstream Root Ports.\r
+\r
+Arguments:\r
+\r
+Returns:\r
+\r
+  EFI_STATUS\r
+\r
+--*/\r
+;\r
+\r
+EFI_STATUS\r
+SetInitRootPortDownstreamS3Item (\r
+  )\r
+/*++\r
+\r
+Routine Description:\r
+\r
+  Set an Init Root Port Downstream devices S3 dispatch item, this function may assert if any error happend\r
+\r
+Arguments:\r
+\r
+Returns:\r
+\r
+  EFI_SUCCESS             The function completed successfully\r
+\r
+--*/\r
+;\r
+\r
+#endif\r